This is a static copy of a profile report Home 
Function details for fullfile>ensureTrailingFilesep This is a static copy of a profile report Home 
fullfile>ensureTrailingFilesep (Calls: 954, Time: 0.024 s) Generated 01-May-2020 20:23:03 using performance time.  subfunction in file /Applications/MATLAB_R2018a.app/toolbox/matlab/iofun/fullfile.m Copy to new window for comparing multiple runs
Parents  (calling functions)
Function Name Function Type Calls fullfile function 954 
Lines where the most time was spent   
Line Number Code Calls Total Time % Time Time Plot 116 f = addTrailingFileSep(f,fileS... 954 0.020 s 82.3% 118 end 954 0.000 s 1.4% 111 if iscell(f) 954 0.000 s 0.7% 115 else 954 0.000 s 0.3% 117 end 954 0.000 s 0.2% All other lines     0.004 s 15.1% Totals     0.024 s 100%   
Children  (called functions)
Function Name Function Type Calls Total Time % Time Time Plot fullfile>addTrailingFileSep subfunction 954 0.015 s 63.4% Self time (built-ins, overhead, etc.)     0.009 s 36.6% Totals     0.024 s 100%   
Code Analyzer results  No Code Analyzer messages.
Coverage results  Show coverage for parent directoryTotal 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  110  function f = ensureTrailingFilesep(f,fileSeparator) < 0.001      954   111     if iscell(f)   112          for i=1:numel(f)  113              f{i} = addTrailingFileSep(f{i},fileSeparator);  114          end < 0.001      954   115     else    0.020      954   116         f = addTrailingFileSep (f,fileSeparator);  < 0.001      954   117     end  < 0.001      954   118 end  
Other subfunctions in this file are not included in this listing.