Package | Description |
---|---|
com.aparapi.internal.kernel |
Modifier and Type | Field and Description |
---|---|
private ProfilingEvent |
KernelDeviceProfile.Accumulator.lastEvent |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
(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.
|
void |
KernelDeviceProfile.onEvent(ProfilingEvent event) |
private void |
KernelDeviceProfile.Accumulator.onEvent(ProfilingEvent event) |
private void |
KernelDeviceProfile.Accumulator.parseStartEventHelper(ProfilingEvent event) |