This is a static copy of a profile report Home
Function details for path>isValidInput This is a static copy of a profile report Home
path>isValidInput (Calls: 6, Time: 0.000 s) Generated 01-May-2020 20:23:05 using performance time. subfunction in file /Applications/MATLAB_R2018a.app/toolbox/matlab/general/path.m Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name Function Type Calls path function 6
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 119 f = isText && ~isStrin... 6 0.000 s 36.3% 117 isText = isstring(p1) || ischa... 6 0.000 s 0.2% 118 isStringEmpty = isstring(p1) &... 6 0.000 s 0.2% All other lines 0.000 s 63.4% Totals 0.000 s 100%
Children (called functions) No children
Code Analyzer results
Coverage results Show coverage for parent directoryTotal lines in function 4 Non-code lines (comments, blank lines) 1 Code lines (lines that can run) 3 Code lines that did run 3 Code lines that did not run 0 Coverage (did run/can run) 100.00 %
Function listing time Calls line 116 function f = isValidInput(p1) < 0.001 6 117 isText = isstring(p1) || ischar(p1); < 0.001 6 118 isStringEmpty = isstring(p1) && isempty(p1); < 0.001 6 119 f = isText && ~isStringEmpty;
Other subfunctions in this file are not included in this listing.