This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
imagesci/private/readtiffunction11550
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
215
if (~isPositiveFiniteIntegerSc...
115500.451 s73.8%
All other lines  0.160 s26.2%
Totals  0.611 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...readtif>isPositiveFiniteIntegerScalarsubfunction115500.290 s47.5%
Self time (built-ins, overhead, etc.)  0.320 s52.5%
Totals  0.611 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function7
Non-code lines (comments, blank lines)4
Code lines (lines that can run)3
Code lines that did run1
Code lines that did not run2
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.