MATLAB: In a profiled MATLAB code, are Self Times elapsed times

MATLAB Production Serverself or elapsed time

Performance optimization is a key step in our MATLAB model development process. Profiler is used to gather performance data. Are Self Times elapsed times? How would I get actual CPU times? This level of performance granularity is desired for some primitives.
Thanks for your assistance.
Evans Harrigan
Consult to The Being Company

Best Answer

Form my understanding you want to find the CPU time and the performance time of your MATLAB model. You can refer cputimeand Measure the Performance of Your Code for more details.