This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
335 | iptcheckinput(A, {'numeric' 'l... | 14245 | 0.260 s | 47.3% |  |
333 | B = A; | 14245 | 0.090 s | 16.4% |  |
336 | op_function, 'IM', 1); | 14245 | 0.070 s | 12.7% |  |
All other lines | | | 0.130 s | 23.6% |  |
Totals | | | 0.551 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
iptcheckinput | MEX-file | 14245 | 0.080 s | 14.5% |  |
Self time (built-ins, overhead, etc.) | | | 0.471 s | 85.5% |  |
Totals | | | 0.551 s | 100% | |
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 3 |
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 % |
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.