This is a static copy of a profile reportHome
mdbfileonpath>isObject (1 call, 0.000 sec)
Generated 14-Nov-2016 07:47:04 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 |
269 | end | 1 | 0 s | 0% |  |
268 | result = com.mathworks.jmi.Mat... | 1 | 0 s | 0% |  |
267 | assert(~isdir(inFile), ['argum... | 1 | 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 |
fileparts | function | 1 | 0 s | 0% |  |
isdir | function | 1 | 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 | 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 |
---|
| | 266 | function result = isObject(inFile)
|
| 1 | 267 | assert(~isdir(inFile), ['argument must be a file, not a directory: ' inFile]);
|
| 1 | 268 | result = com.mathworks.jmi.MatlabPath.isObject(fileparts(inFile));
|
| 1 | 269 | end
|
Other subfunctions in this file are not included in this listing.