This is a static copy of a profile reportHome
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)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
288 | end | 3 | 0 s | 0% |  |
287 | end | 3 | 0 s | 0% |  |
286 | result = com.mathworks.jmi.Mat... | 3 | 0 s | 0% |  |
285 | else | 3 | 0 s | 0% |  |
283 | if isdir(inDir) == 0 | 3 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
isdir | function | 3 | 0 s | 0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 6 |
Code lines that did run | 5 |
Code lines that did not run | 1 |
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.