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 KernelProfileKernelDeviceProfile.parentKernelProfile(package private) final KernelProfileKernelRunner.ExecutionSettings.profileFields in com.aparapi.internal.kernel with type parameters of type KernelProfileModifier and TypeFieldDescriptionprivate LinkedHashMap<Class<? extends Kernel>, KernelProfile> KernelManager.profilesMethods in com.aparapi.internal.kernel that return KernelProfileConstructors in com.aparapi.internal.kernel with parameters of type KernelProfileModifierConstructorDescriptionprivateExecutionSettings(KernelPreferences preferences, KernelProfile profile, String entrypoint, Range range, int passes, boolean legacyExecutionMode) KernelDeviceProfile(KernelProfile parentProfile, Class<? extends Kernel> kernel, Device device)