getCoderExecutionProfile

Extract execution-time profile for code generated from MATLAB function

Syntax

myExecutionProfile=getCoderExecutionProfile('myMATLABFunction');

Description

myExecutionProfile=getCoderExecutionProfile('myMATLABFunction'); creates a workspace variable that contains the execution-time profile of the code generated from your MATLAB® function.

Run the command after the completion and termination of the SIL/PIL execution of your MATLAB function.

Introduced in R2014b