This is a static copy of a profile report

Home

subplot>offsetsInUnits (36 calls, 0.011 sec)
Generated 05-Aug-2011 13:03:28 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graph2d/subplot.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
subplotfunction36
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
694
end
360.011 s100.0%
693
out = [p1(3 : 4), p2(3 : 4)];
360 s0%
692
p2 = hgconvertunits(fig, [0, 0...
360 s0%
691
p1 = hgconvertunits(fig, [0, 0...
360 s0%
690
par = get(ax, 'Parent');
360 s0%
All other lines  0 s0%
Totals  0.011 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 run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
688 function out = offsetsInUnits(ax, in, from, to)
36 689 fig = ancestor(ax, 'figure');
36 690 par = get(ax, 'Parent');
36 691 p1 = hgconvertunits(fig, [0, 0, in(1 : 2)], from, to, par);
36 692 p2 = hgconvertunits(fig, [0, 0, in(3 : 4)], from, to, par);
36 693 out = [p1(3 : 4), p2(3 : 4)];
0.01 36 694 end

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