This is a static copy of a profile reportHome
imagesci/private/readtif>checkIndex (11550 calls, 0.611 sec)
Generated 05-Nov-2014 07:52:37 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/matlab/imagesci/private/readtif.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
215 | if (~isPositiveFiniteIntegerSc... | 11550 | 0.451 s | 73.8% |  |
All other lines | | | 0.160 s | 26.2% |  |
Totals | | | 0.611 s | 100% | |
Children (called functions)
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) | 4 |
Code lines (lines that can run) | 3 |
Code lines that did run | 1 |
Code lines that did not run | 2 |
Coverage (did run/can run) | 33.33 % |
Function listing
time calls line
213 function checkIndex(inputIndex)
214
0.45 11550 215 if (~isPositiveFiniteIntegerScalar(inputIndex))
216
217 error(message('MATLAB:imagesci:readtif:badIndex'))
218
219 end
Other subfunctions in this file are not included in this listing.