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 ProfilingEventKernelDeviceProfile.Accumulator. lastEventMethods in com.aparapi.internal.kernel that return ProfilingEvent Modifier and Type Method Description static ProfilingEventProfilingEvent. 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 doubleKernelDeviceProfile. getCumulativeElapsedTimeCurrrentThread(ProfilingEvent stage)Elapsed time for a single event only, i.e.doubleKernelDeviceProfile. getCumulativeElapsedTimeGlobal(ProfilingEvent stage)Elapsed time for a single event only, i.e.private voidKernelDeviceProfile.Accumulator. onEvent(ProfilingEvent event)voidKernelDeviceProfile. onEvent(ProfilingEvent event)(package private) voidKernelProfile. onEvent(Device device, ProfilingEvent event)Updates the profiling information for the current thread invoking this method regarding the specified execution device.private voidKernelDeviceProfile.Accumulator. parseStartEventHelper(ProfilingEvent event)
-