This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
| num2str | function | 120 |
Lines where the most time was spent
| 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% | |
Children (called functions)
| 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% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| 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 % |
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.