This is a static copy of a profile report

Home

linkaxes>local_is2D (1 call, 0.000 sec)
Generated 05-Aug-2011 13:03:45 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/linkaxes.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
linkaxesfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
139
end
30 s0%
138
bool(n) = logical(sum(campos(a...
30 s0%
137
for n = 1:length(ax)
10 s0%
136
bool = false(1,length(ax));
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
camtargetfunction30 s0%
camposfunction30 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function6
Non-code lines (comments, blank lines)2
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
134 function [bool] = local_is2D(ax)
135 % Don't call is2D.m for now since that only considers x-y plots
1 136 bool = false(1,length(ax));
1 137 for n = 1:length(ax)
3 138 bool(n) = logical(sum(campos(ax(n))-camtarget(ax(n))==0)==2);
3 139 end