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 ProfilingEvent
KernelDeviceProfile.Accumulator.lastEvent
Methods in com.aparapi.internal.kernel that return ProfilingEventModifier and TypeMethodDescriptionstatic ProfilingEvent
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 ProfilingEventModifier and TypeMethodDescriptiondouble
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)