Uses of Class
com.aparapi.internal.kernel.KernelDeviceProfile
-
Packages that use KernelDeviceProfile Package Description com.aparapi.internal.kernel -
-
Uses of KernelDeviceProfile in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel with type parameters of type KernelDeviceProfile Modifier and Type Field Description private java.util.concurrent.ConcurrentSkipListMap<Device,KernelDeviceProfile>
KernelProfile. deviceProfiles
Methods in com.aparapi.internal.kernel that return KernelDeviceProfile Modifier and Type Method 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.Methods in com.aparapi.internal.kernel that return types with arguments of type KernelDeviceProfile Modifier and Type Method Description java.util.Collection<KernelDeviceProfile>
KernelProfile. getDeviceProfiles()
-