Contents

profiling

The option to return profiling information in the callback before returning from execution.

Declaration

static var profiling: MLCExecutionOptions { get }

Discussion

Include this option to return profiling information in the graph execute completion handler callback, including device execution time.

See Also

Execution Options