MATLAB Profiler - Granularity of Information
1 次查看(过去 30 天)
显示 更早的评论
MATLAB Profiler produces very coarse granularity of performance statistics on a model I'm developing and testing:
- # of times a routine is called;
- Total Time, and Self Time.
However no information is provided on other routines, including MATLAB primitives, called. Can this finer grained information be obtained from Profiler?
6 个评论
per isakson
2020-9-4
There are four technical articles on Undocumented profiler options on Altman's web-site. And he mostly provides good answers to specific questions in the comment sections.
采纳的回答
Yair Altman
2020-9-8
Use the [undocumented] -detail builtin profiler option, as in: profile on -detail builtin
This works on old Matlab releases as well as new ones.
0 个评论
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!