Uses of Class
com.aparapi.internal.kernel.ProfilingEvent
-
Packages that use ProfilingEvent Package Description com.aparapi.internal.kernel -
-
Uses of ProfilingEvent in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as ProfilingEvent Modifier and Type Field Description private ProfilingEvent
KernelDeviceProfile.Accumulator. lastEvent
Methods in com.aparapi.internal.kernel that return ProfilingEvent Modifier and Type Method Description static ProfilingEvent
ProfilingEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProfilingEvent[]
ProfilingEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aparapi.internal.kernel with parameters of type ProfilingEvent Modifier and Type Method Description double
KernelDeviceProfile. getCumulativeElapsedTimeCurrrentThread(ProfilingEvent stage)
Elapsed time for a single event only, i.e.double
KernelDeviceProfile. getCumulativeElapsedTimeGlobal(ProfilingEvent stage)
Elapsed time for a single event only, i.e.private void
KernelDeviceProfile.Accumulator. onEvent(ProfilingEvent event)
void
KernelDeviceProfile. onEvent(ProfilingEvent event)
(package private) void
KernelProfile. onEvent(Device device, ProfilingEvent event)
Updates the profiling information for the current thread invoking this method regarding the specified execution device.private void
KernelDeviceProfile.Accumulator. parseStartEventHelper(ProfilingEvent event)
-