This is a static copy of a profile report

Home

scribe.legend.methods>get_best_location (9 calls, 0.492 sec)
Generated 05-Aug-2011 13:02:13 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/@scribe/@legend/methods.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
scribe.legend.methodsfunction9
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
700
pos(1:2) = lscan(double(h.Axes...
90.481 s97.8%
699
pos(3:4) = getsize(h);
90.011 s2.2%
All other lines  0 s0%
Totals  0.492 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
scribe.legend.methods>lscansubfunction90.481 s97.8%
scribe.legend.methods>getsizesubfunction90.011 s2.2%
opaque.doublefunction180 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.492 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function3
Non-code lines (comments, blank lines)1
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
698 function pos = get_best_location(h) %#ok
0.01 9 699 pos(3:4) = getsize(h);
0.48 9 700 pos(1:2) = lscan(double(h.Axes),double(h.Plotchildren),pos(3),pos(4),0,1);

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