This is a static copy of a profile reportHome
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)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
204 | end | 34 | 0 s | 0% |  |
200 | if ~any(ishghandle(h(i),'figur... | 34 | 0 s | 0% |  |
199 | for i=1:length(h) | 36 | 0 s | 0% |  |
198 | status = true; | 36 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 7 |
Code lines that did run | 4 |
Code lines that did not run | 3 |
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.