This is a static copy of a profile reportHome
fullfile>ensureTrailingFilesep (11 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:06 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/iofun/fullfile.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
fullfile | function | 11 |
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
74 | end | 11 | 0 s | 0% |  |
73 | end | 11 | 0 s | 0% |  |
72 | f = addTrailingFileSep(f,fileS... | 11 | 0 s | 0% |  |
71 | else | 11 | 0 s | 0% |  |
67 | if iscell(f) | 11 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
fullfile>addTrailingFileSep | subfunction | 11 | 0 s | 0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
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 % |
Function listing
time | calls | line |
---|
| | 66 | function f = ensureTrailingFilesep(f,fileSeparator)
|
| 11 | 67 | if iscell(f)
|
| | 68 | for i=1:numel(f)
|
| | 69 | f{i} = addTrailingFileSep(f{i},fileSeparator);
|
| | 70 | end
|
| 11 | 71 | else
|
| 11 | 72 | f = addTrailingFileSep(f,fileSeparator);
|
| 11 | 73 | end
|
| 11 | 74 | end
|
Other subfunctions in this file are not included in this listing.