How to start Matlab profiler

馋奶兔 提交于 2019-12-21 03:52:18

问题


I switched to Matlab 2012b (from 2011a), but fail to find out how to start the profiler gui in the new matlab gui.


回答1:


The GUI option is still there, in the editor tab:

You will be able to specify input parameters once the function has crashed ;)




回答2:


AFAIK, this should still work:

profile viewer

while we're at it, these tweaks should still work, too:

profile -memory on
setpref('profiler', 'showJitLines', true);

I don't have the opportunity to check, but you mean to say that R2012 doesn't have the little button on the top anymore?



来源:https://stackoverflow.com/questions/14381978/how-to-start-matlab-profiler

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!