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
Function Name | Function Type | Calls |
mdbfileonpath>checkIfShadowed | nested function | 2 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
145 | outpath = removePackageDirs(ou... | 2 | 0.010 s | 100.0% | ![]() |
146 | end | 2 | 0 s | 0% | ![]() |
144 | [outpath, outfile, outext] = f... | 2 | 0 s | 0% | ![]() |
All other lines | 0 s | 0% | ![]() | ||
Totals | 0.010 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
mdbfileonpath>removePackageDirs | subfunction | 2 | 0.010 s | 100.0% | ![]() |
fileparts | function | 2 | 0 s | 0% | ![]() |
Self time (built-ins, overhead, etc.) | 0 s | 0% | ![]() | ||
Totals | 0.010 s | 100% |
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 % |
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.