This is a static copy of a profile report

Home

savtoner>LocalSet (3160 calls, 0.153 sec)
Generated 05-Aug-2011 13:03:37 using cpu time.
nested function in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/savtoner.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
savtonerfunction3160
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
561
set(obj, propName, val);
31600.055 s35.7%
565
end  
31600.011 s7.1%
560
if ~storage.HGUsingMATLABClass...
31600 s0%
All other lines  0.087 s57.1%
Totals  0.153 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run3
Code lines that did not run3
Coverage (did run/can run)50.00 %
Function listing
   time   calls  line
559 function LocalSet(obj, propName, val)
3160 560 if ~storage.HGUsingMATLABClasses || isfigure(obj)
0.05 3160 561 set(obj, propName, val);
562 else
563 set(obj, [propName '_I'], val);
564 end
0.01 3160 565 end

Other subfunctions in this file are not included in this listing.