Uses of Class
com.aparapi.internal.kernel.KernelProfile
Packages that use KernelProfile
-
Uses of KernelProfile in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as KernelProfileModifier and TypeFieldDescriptionprivate final KernelProfile
KernelDeviceProfile.parentKernelProfile
(package private) final KernelProfile
KernelRunner.ExecutionSettings.profile
Fields in com.aparapi.internal.kernel with type parameters of type KernelProfileModifier and TypeFieldDescriptionprivate LinkedHashMap
<Class<? extends Kernel>, KernelProfile> KernelManager.profiles
Methods in com.aparapi.internal.kernel that return KernelProfileConstructors in com.aparapi.internal.kernel with parameters of type KernelProfileModifierConstructorDescriptionprivate
ExecutionSettings
(KernelPreferences preferences, KernelProfile profile, String entrypoint, Range range, int passes, boolean legacyExecutionMode) KernelDeviceProfile
(KernelProfile parentProfile, Class<? extends Kernel> kernel, Device device)