This is a static copy of a profile report

Home

mdbfileonpath>filepartsWithoutPackages (2 calls, 0.010 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)

Function NameFunction TypeCalls
mdbfileonpath>checkIfShadowednested function2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
145
outpath = removePackageDirs(ou...
20.010 s100.0%
146
end
20 s0%
144
[outpath, outfile, outext] = f...
20 s0%
All other lines  0 s0%
Totals  0.010 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
mdbfileonpath>removePackageDirssubfunction20.010 s100.0%
filepartsfunction20 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.010 s100% 
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
 143 
function [outpath, outfile, outext] = filepartsWithoutPackages(inpath)
      2 
 144 
    [outpath, outfile, outext] = fileparts(inpath); 
  0.01 
      2 
 145 
    outpath = removePackageDirs(outpath); 
      2 
 146 
end 

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