Uses of Enum
com.aparapi.internal.kernel.ProfilingEvent
Packages that use ProfilingEvent
-
Uses of ProfilingEvent in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as ProfilingEventModifier and TypeFieldDescriptionprivate ProfilingEventKernelDeviceProfile.Accumulator.lastEventMethods in com.aparapi.internal.kernel that return ProfilingEventModifier and TypeMethodDescriptionstatic ProfilingEventReturns 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 ProfilingEventModifier and TypeMethodDescriptiondoubleKernelDeviceProfile.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)