Package | Description |
---|---|
com.aparapi.internal.kernel |
Modifier and Type | Method and Description |
---|---|
static ProfilingEvent |
ProfilingEvent.valueOf(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.getCumulativeElapsedTime(ProfilingEvent stage)
Elapsed time for a single event only, i.e.
|
double |
KernelDeviceProfile.getLastElapsedTime(ProfilingEvent stage)
Elapsed time for a single event only, i.e.
|
double |
KernelDeviceProfile.getLastElapsedTime(ProfilingEvent from,
ProfilingEvent to)
Elapsed time for all events
from through to . |
void |
KernelDeviceProfile.onEvent(ProfilingEvent event) |
Copyright © 2016 Syncleus. All rights reserved.