This is a static copy of a profile report

Home

num2str>strvrcat (120 calls, 0.019 sec)
Generated 04-Aug-2014 13:05:18 using cpu time.
subfunction in file /share/apps/matlabr2014a/toolbox/matlab/strfun/num2str.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
num2strfunction120
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
163
end
1200.006 s33.3%
162
s = strjust(char(c));
1200.006 s33.3%
All other lines  0.006 s33.3%
Totals  0.019 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
strjustfunction1200.006 s33.3%
Self time (built-ins, overhead, etc.)  0.013 s66.7%
Totals  0.019 s100% 
Code Analyzer results
No Code Analyzer messages.
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
 161 
function s = strvrcat(c)
< 0.01 
    120 
 162 
    s = strjust(char(c)); 
< 0.01 
    120 
 163 
end 

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