This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
savtoner | function | 3160 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
561 | set(obj, propName, val); | 3160 | 0.055 s | 35.7% |  |
565 | end | 3160 | 0.011 s | 7.1% |  |
560 | if ~storage.HGUsingMATLABClass... | 3160 | 0 s | 0% |  |
All other lines | | | 0.087 s | 57.1% |  |
Totals | | | 0.153 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 6 |
Code lines that did run | 3 |
Code lines that did not run | 3 |
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.