In a profiled MATLAB code, are Self Times elapsed times?
1 view (last 30 days)
Show older comments
Evans Harrigan
on 6 Oct 2020
Commented: Evans Harrigan
on 13 Oct 2020
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
0 Comments
Accepted Answer
Shadaab Siddiqie
on 9 Oct 2020
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.
More Answers (0)
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!