MCPcopy Index your code
hub / github.com/Syncleus/aparapi / getProfileInfo

Method getProfileInfo

src/main/java/com/aparapi/Kernel.java:3686–3688  ·  view source on GitHub ↗

Get the profiling information from the last successful call to Kernel.execute(). @return A list of ProfileInfo records

()

Source from the content-addressed store, hash-verified

3684 * @return A list of ProfileInfo records
3685 */
3686 public List<ProfileInfo> getProfileInfo() {
3687 return prepareKernelRunner().getProfileInfo();
3688 }
3689
3690 /**
3691 * @deprecated See {@link EXECUTION_MODE}.

Callers

nothing calls this directly

Calls 2

prepareKernelRunnerMethod · 0.95
getProfileInfoMethod · 0.65

Tested by

no test coverage detected