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: 2, Time: 0.001 s) Generated 19-Apr-2020 09:41:43 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 2
Lines where the most time was spent
Line Number Code Calls Total Time % Time Time Plot 119 f = isText && ~isStrin... 2 0.000 s 34.0% 118 isStringEmpty = isstring(p1) &... 2 0.000 s 0.1% 117 isText = isstring(p1) || ischa... 2 0.000 s 0.0% All other lines 0.000 s 65.9% Totals 0.001 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 2 117 isText = isstring(p1) || ischar(p1); < 0.001 2 118 isStringEmpty = isstring(p1) && isempty(p1); < 0.001 2 119 f = isText && ~isStringEmpty;
Other subfunctions in this file are not included in this listing.