This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
fullfilefunction121
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
69
f = addTrailingFileSep(f);
1210.006 s100.0%
71
end
1210 s0%
70
end
1210 s0%
68
else
1210 s0%
64
if iscell(f)
1210 s0%
All other lines  0 s0%
Totals  0.006 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
fullfile>addTrailingFileSepsubfunction1210.006 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.006 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function9
Non-code lines (comments, blank lines)1
Code lines (lines that can run)8
Code lines that did run5
Code lines that did not run3
Coverage (did run/can run)62.50 %
Function listing
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.