This is a static copy of a profile report

Home

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 NameFunction TypeCalls
fullfilefunction11
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
74
end
110 s0%
73
end
110 s0%
72
f = addTrailingFileSep(f,fileS...
110 s0%
71
else
110 s0%
67
if iscell(f)
110 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
fullfile>addTrailingFileSepsubfunction110 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
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
  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.