This is a static copy of a profile report

Home

cell.unique>localcat (6 calls, 0.000 sec)
Generated 05-Aug-2011 13:00:28 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/ops/@cell/unique.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
cell.uniquefunction6
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
102
end
40 s0%
101
value = [a;b];
40 s0%
100
else
40 s0%
99
value = [a,b];
20 s0%
98
if (isrow)
60 s0%
All other lines  0 s0%
Totals  0 s0% 
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)2
Code lines (lines that can run)5
Code lines that did run5
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
96 function value = localcat(a,b,isrow)
97
6 98 if (isrow)
2 99 value = [a,b];
4 100 else
4 101 value = [a;b];
4 102 end

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