. .
, . " Matlab ?" .
clear all
profile on -timer real
foo(args);
profile report
%read the report and save a screencap
clear all
profile clear
bar(args);
profile report
. .
, . . foo() "ans", . bar(), ans , , bar() . , foo() evalin()/assignin() , . bar() .
, bar.m, foo() , , . "foo" .
, "args", foo () s.
, foo() , , , - .
, . , - , , . bar() . , . .