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: 951, Time: 0.020 s) Generated 01-May-2020 08:41:15 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 951
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 116 f = addTrailingFileSep(f,fileS... 951 0.016 s 78.3% 118 end 951 0.000 s 1.7% 111 if iscell(f) 951 0.000 s 1.0% 115 else 951 0.000 s 0.8% 117 end 951 0.000 s 0.7% All other lines 0.004 s 17.4% Totals 0.020 s 100%
Children (called functions)
Function Name Function Type Calls Total Time % Time Time Plot fullfile>addTrailingFileSep subfunction 951 0.013 s 62.6% Self time (built-ins, overhead, etc.) 0.008 s 37.4% Totals 0.020 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 951 111 if iscell(f) 112 for i=1:numel(f) 113 f{i} = addTrailingFileSep(f{i},fileSeparator); 114 end < 0.001 951 115 else 0.016 951 116 f = addTrailingFileSep (f,fileSeparator); < 0.001 951 117 end < 0.001 951 118 end
Other subfunctions in this file are not included in this listing.