Uses of Class
com.aparapi.internal.kernel.KernelProfile
-
Packages that use KernelProfile Package Description com.aparapi.internal.kernel -
-
Uses of KernelProfile in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as KernelProfile Modifier and Type Field Description private KernelProfileKernelDeviceProfile. parentKernelProfile(package private) KernelProfileKernelRunner.ExecutionSettings. profileFields in com.aparapi.internal.kernel with type parameters of type KernelProfile Modifier and Type Field Description private java.util.LinkedHashMap<java.lang.Class<? extends Kernel>,KernelProfile>KernelManager. profilesMethods in com.aparapi.internal.kernel that return KernelProfile Modifier and Type Method Description KernelProfileKernelManager. getProfile(java.lang.Class<? extends Kernel> kernelClass)Constructors in com.aparapi.internal.kernel with parameters of type KernelProfile Constructor Description ExecutionSettings(KernelPreferences preferences, KernelProfile profile, java.lang.String entrypoint, Range range, int passes, boolean legacyExecutionMode)KernelDeviceProfile(KernelProfile parentProfile, java.lang.Class<? extends Kernel> kernel, Device device)
-