Uses of Class
com.aparapi.internal.kernel.KernelDeviceProfile.Accumulator
-
Packages that use KernelDeviceProfile.Accumulator Package Description com.aparapi.internal.kernel -
-
Uses of KernelDeviceProfile.Accumulator in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel with type parameters of type KernelDeviceProfile.Accumulator Modifier and Type Field Description private java.util.Map<java.lang.Thread,KernelDeviceProfile.Accumulator>
KernelDeviceProfile. accs
private java.util.concurrent.atomic.AtomicReference<KernelDeviceProfile.Accumulator>
KernelDeviceProfile. lastAccumulator
Methods in com.aparapi.internal.kernel that return KernelDeviceProfile.Accumulator Modifier and Type Method Description private KernelDeviceProfile.Accumulator
KernelDeviceProfile. getAccForThread()
private KernelDeviceProfile.Accumulator
KernelDeviceProfile. getAccForThreadPutIfAbsent()
-