This is a static copy of a profile report

Home

close>checkfigs (35 calls, 0.000 sec)
Generated 15-Mar-2007 12:01:46 using real time.
M-subfunction in file C:\Program Files\MATLAB71\toolbox\matlab\graphics\close.m
[Copy to new window for comparing multiple runs]

Parents (calling functions)

Function NameFunction TypeCalls
closeM-function35
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
196
status = 1;
350.000 s100.0%
202
end
460 s0%
198
if ~ishandle(h(i)) | ~strcmp(g...
460 s0%
197
for i=1:length(h)
350 s0%
Other lines & overhead  0 s0%
Totals  0.000 s100% 
Children (called functions)
No children
M-Lint results
Line numberMessage
198Use || instead of | as the OR operator in (scalar) conditional statements.
Coverage results
[ Show coverage for parent directory ]
Total lines in file8
Non-code lines (comments, blank lines)1
Code lines (lines that can run)7
Code lines that did run4
Code lines that did not run3
Coverage (did run/can run)57.14 %
Function listing
   time   calls  line
195 function status = checkfigs(h)
< 0.01 35 196 status = 1;
35 197 for i=1:length(h)
46 198 if ~ishandle(h(i)) | ~strcmp(get(h(i),'type'),'figure')
199 status = 0;
200 return
201 end
46 202 end