This is a static copy of a profile report

Home

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 NameFunction TypeCalls
imshowM-function1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
234
end
10.000 s54.8%
233
is_tight = false;
10.000 s32.3%
232
else
10.000 s12.9%
236
end
10 s0%
230
if strcmp(borderPref, 'tight')
10 s0%
Other lines & overhead  0 s0%
Totals  0.000 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
iptgetprefM-function10 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.000 s100% 
M-Lint results
No M-Lint messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in file12
Non-code lines (comments, blank lines)5
Code lines (lines that can run)7
Code lines that did run6
Code lines that did not run1
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.