Uses of Class
com.aparapi.ProfileInfo
-
Packages that use ProfileInfo Package Description com.aparapi com.aparapi.internal.jni com.aparapi.internal.kernel com.aparapi.internal.opencl com.aparapi.opencl -
-
Uses of ProfileInfo in com.aparapi
Methods in com.aparapi that return types with arguments of type ProfileInfo Modifier and Type Method Description java.util.List<ProfileInfo>
Kernel. getProfileInfo()
Get the profiling information from the last successful call to Kernel.execute(). -
Uses of ProfileInfo in com.aparapi.internal.jni
Methods in com.aparapi.internal.jni that return types with arguments of type ProfileInfo Modifier and Type Method Description protected java.util.List<ProfileInfo>
OpenCLJNI. getProfileInfo(OpenCLProgram openCLProgram)
protected java.util.List<ProfileInfo>
KernelRunnerJNI. getProfileInfoJNI(long _jniContextHandle)
-
Uses of ProfileInfo in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that return types with arguments of type ProfileInfo Modifier and Type Method Description java.util.List<ProfileInfo>
KernelRunner. getProfileInfo()
-
Uses of ProfileInfo in com.aparapi.internal.opencl
Methods in com.aparapi.internal.opencl that return types with arguments of type ProfileInfo Modifier and Type Method Description java.util.List<ProfileInfo>
OpenCLProgram. getProfileInfo()
-
Uses of ProfileInfo in com.aparapi.opencl
Methods in com.aparapi.opencl that return types with arguments of type ProfileInfo Modifier and Type Method Description java.util.List<ProfileInfo>
OpenCL. getProfileInfo()
java.util.List<ProfileInfo>
OpenCLAdapter. getProfileInfo()
-