Matthias Pospiech
Matthias Pospiech

Reputation: 3488

How to start Matlab profiler

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

Upvotes: 11

Views: 13554

Answers (2)

Jonas
Jonas

Reputation: 74940

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

enter image description here

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

Upvotes: 10

Rody Oldenhuis
Rody Oldenhuis

Reputation: 38042

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?

Upvotes: 7

Related Questions