Extract execution-time profile for code generated from MATLAB function
myExecutionProfile
=getCoderExecutionProfile('myMATLABFunction
');
creates
a workspace variable that contains the execution-time profile of the
code generated from your MATLAB® function.myExecutionProfile
=getCoderExecutionProfile('myMATLABFunction
');
Run the command after the completion and termination of the SIL/PIL execution of your MATLAB function.