This is a static copy of a profile report

Home

Function details for path>isValidInputThis is a static copy of a profile report

Home

path>isValidInput (Calls: 2, Time: 0.000 s)
Generated 25-Apr-2020 01:45:54 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 NameFunction TypeCalls
pathfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
119
f = isText && ~isStrin...
20.000 s37.7%
117
isText = isstring(p1) || ischa...
20.000 s0.0%
118
isStringEmpty = isstring(p1) &...
20.000 s0.0%
All other lines  0.000 s62.2%
Totals  0.000 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function4
Non-code lines (comments, blank lines)1
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
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.