This is a static copy of a profile report

Home

num2str>strvrcat (Calls: 56, Time: 0.012 s)
Generated 16-Jul-2020 17:09:46 using performance time.
subfunction in file /Applications/MATLAB_R2020a.app/toolbox/matlab/strfun/num2str.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
num2strfunction56
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
175
s = strjust(char(c));
560.011 s95.7%
176
end
560.000 s1.2%
All other lines  0.000 s3.1%
Totals  0.012 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
strjustfunction560.010 s84.3%
Self time (built-ins, overhead, etc.)  0.002 s15.7%
Totals  0.012 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
 174 
function s = strvrcat(c)
  0.011 
     56 
 175
    s = strjust(char(c)); 
< 0.001 
     56 
 176
end 

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