fullfile>ensureTrailingFilesep (121 calls, 0.006 sec)
Generated 04-Aug-2014 13:05:18 using cpu time.
subfunction in file /share/apps/matlabr2014a/toolbox/matlab/iofun/fullfile.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
fullfile | function | 121 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
69 | f = addTrailingFileSep(f); | 121 | 0.006 s | 100.0% | ![]() |
71 | end | 121 | 0 s | 0% | ![]() |
70 | end | 121 | 0 s | 0% | ![]() |
68 | else | 121 | 0 s | 0% | ![]() |
64 | if iscell(f) | 121 | 0 s | 0% | ![]() |
All other lines | 0 s | 0% | ![]() | ||
Totals | 0.006 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
fullfile>addTrailingFileSep | subfunction | 121 | 0.006 s | 100.0% | ![]() |
Self time (built-ins, overhead, etc.) | 0 s | 0% | ![]() | ||
Totals | 0.006 s | 100% |
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 8 |
Code lines that did run | 5 |
Code lines that did not run | 3 |
Coverage (did run/can run) | 62.50 % |
time | calls | line | |
---|---|---|---|
63 | function f = ensureTrailingFilesep(f) | ||
121 | 64 | if iscell(f) | |
65 | for i=1:numel(f) | ||
66 | f{i} = addTrailingFileSep(f{i}); | ||
67 | end | ||
121 | 68 | else | |
< 0.01 | 121 | 69 | f = addTrailingFileSep(f); |
121 | 70 | end | |
121 | 71 | end |
Other subfunctions in this file are not included in this listing.