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
Function Name | Function Type | Calls |
num2str | function | 120 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
163 | end | 120 | 0.006 s | 33.3% | ![]() |
162 | s = strjust(char(c)); | 120 | 0.006 s | 33.3% | ![]() |
All other lines | 0.006 s | 33.3% | ![]() | ||
Totals | 0.019 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
strjust | function | 120 | 0.006 s | 33.3% | ![]() |
Self time (built-ins, overhead, etc.) | 0.013 s | 66.7% | ![]() | ||
Totals | 0.019 s | 100% |
Total lines in function | 3 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
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.