This is a static copy of a profile report

Home

images/private/morphop>CheckInputImage (14245 calls, 0.551 sec)
Generated 05-Nov-2014 07:52:46 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/private/morphop.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
images/private/morphop>ParseInputssubfunction14245
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
335
iptcheckinput(A, {'numeric' 'l...
142450.260 s47.3%
333
B = A;
142450.090 s16.4%
336
op_function, 'IM', 1);
142450.070 s12.7%
All other lines  0.130 s23.6%
Totals  0.551 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
iptcheckinputMEX-file142450.080 s14.5%
Self time (built-ins, overhead, etc.)  0.471 s85.5%
Totals  0.551 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function6
Non-code lines (comments, blank lines)3
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
331 function B = CheckInputImage(A,op_function)
332
0.09 14245 333 B = A;
334
0.26 14245 335 iptcheckinput(A, {'numeric' 'logical'}, {'real' 'nonsparse'}, ...
0.07 14245 336 op_function, 'IM', 1);

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