Package | Description |
---|---|
com.aparapi.internal.kernel |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentSkipListMap<Device,KernelDeviceProfile> |
KernelProfile.deviceProfiles |
Modifier and Type | Method and Description |
---|---|
KernelDeviceProfile |
KernelProfile.getDeviceProfile(Device device) |
KernelDeviceProfile |
KernelProfile.getLastDeviceProfile()
Retrieves the last device profile that was updated by the last thread that made
a profiling information update, when executing this kernel on the specified device.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<KernelDeviceProfile> |
KernelProfile.getDeviceProfiles() |