Uses of Enum
com.aparapi.internal.kernel.ProfilingEvent
Packages that use ProfilingEvent
-
Uses of ProfilingEvent in com.aparapi.internal.kernel
Subclasses with type arguments of type ProfilingEvent in com.aparapi.internal.kernelMethods 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. since the previous stage rather than from the start, summed over all executions, for the current thread, if it has executed the kernel on the device assigned to this KernelDeviceProfile instance.doubleKernelDeviceProfile.getCumulativeElapsedTimeGlobal(ProfilingEvent stage) Elapsed time for a single event only, i.e. since the previous stage rather than from the start, summed over all executions, for the last thread that executed this KernelDeviceProfile instance respective kernel and device.voidKernelDeviceProfile.onEvent(ProfilingEvent event)