This is a static copy of a profile report

Home

mdbfileonpath>isPackageDirectory (3 calls, 0.000 sec)
Generated 14-Nov-2016 07:47:07 using cpu time.
subfunction in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/codetools/mdbfileonpath.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
mdbfileonpath>removePackageDirssubfunction2
mdbfileonpath>isFileInPackagesubfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
288
end
30 s0%
287
end
30 s0%
286
result = com.mathworks.jmi.Mat...
30 s0%
285
else
30 s0%
283
if isdir(inDir) == 0
30 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
isdirfunction30 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)1
Code lines (lines that can run)6
Code lines that did run5
Code lines that did not run1
Coverage (did run/can run)83.33 %
Function listing
time 
calls 
 line
 282 
function result = isPackageDirectory(inDir)
      3 
 283 
    if isdir(inDir) == 0 
 284 
        result = false;
      3 
 285 
    else 
      3 
 286 
        result = com.mathworks.jmi.MatlabPath.isPackage(inDir); 
      3 
 287 
    end 
      3 
 288 
end 

Other subfunctions in this file are not included in this listing.