This is a static copy of a profile report

Home

close>checkfigs (36 calls, 0.000 sec)
Generated 05-Aug-2011 13:01:35 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/close.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
closefunction19
close>request_close_helpersubfunction17
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
204
end
340 s0%
200
if ~any(ishghandle(h(i),'figur...
340 s0%
199
for i=1:length(h)
360 s0%
198
status = true;
360 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)2
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
196 function status = checkfigs(h)
197 % if any of the passed in handles are invalid or not figure handles, return false
36 198 status = true;
36 199 for i=1:length(h)
34 200 if ~any(ishghandle(h(i),'figure'))
201 status = false;
202 return
203 end
34 204 end

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