This is a static copy of a profile reportHome
imshow>isBorderTight (1 call, 0.000 sec)
Generated 15-Mar-2007 12:02:04 using real time.
M-subfunction in file C:\Program Files\MATLAB71\toolbox\images\imuitools\imshow.m
[Copy to new window for comparing multiple runs]
Parents (calling functions)
| Function Name | Function Type | Calls |
| imshow | M-function | 1 |
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 234 | end | 1 | 0.000 s | 54.8% |  |
| 233 | is_tight = false; | 1 | 0.000 s | 32.3% |  |
| 232 | else | 1 | 0.000 s | 12.9% |  |
| 236 | end | 1 | 0 s | 0% |  |
| 230 | if strcmp(borderPref, 'tight') | 1 | 0 s | 0% |  |
| Other lines & overhead | | | 0 s | 0% |  |
| Totals | | | 0.000 s | 100% | |
Children (called functions)
| Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
| iptgetpref | M-function | 1 | 0 s | 0% |  |
| Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
| Totals | | | 0.000 s | 100% | |
M-Lint results
No M-Lint messages.Coverage results
[ Show coverage for parent directory ]
| Total lines in file | 12 |
| Non-code lines (comments, blank lines) | 5 |
| Code lines (lines that can run) | 7 |
| Code lines that did run | 6 |
| Code lines that did not run | 1 |
| Coverage (did run/can run) | 85.71 % |
Function listing
time calls line
227 function is_tight = isBorderTight
228
1 229 borderPref = iptgetpref('ImshowBorder');
1 230 if strcmp(borderPref, 'tight')
231 is_tight = true;
< 0.01 1 232 else
< 0.01 1 233 is_tight = false;
< 0.01 1 234 end
235
1 236 end
237
238 %----------------------------------------------------------------------
Other subfunctions in this file are not included in this listing.