This is a static copy of a profile report

Home

mdbfileonpath>isPrivate (1 call, 0.000 sec)
Generated 14-Nov-2016 07:47:05 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>getFileToRunsubfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
261
end
10 s0%
260
result = com.mathworks.jmi.Mat...
10 s0%
259
assert(~isdir(inFile), ['argum...
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
filepartsfunction10 s0%
isdirfunction10 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 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
 258 
function result = isPrivate(inFile)
      1 
 259 
    assert(~isdir(inFile), ['argument must be a file, not a directory: ' inFile]); 
      1 
 260 
    result = com.mathworks.jmi.MatlabPath.isPrivate(fileparts(inFile)); 
      1 
 261 
end 

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