This is a static copy of a profile reportHome
isFigureAvailable (226 calls, 0.010 sec)
Generated 05-Nov-2014 07:53:55 using cpu time.
function in file /usr1/opt/matlab/7.13/toolbox/images/images/+internal/+images/isFigureAvailable.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
imshow | function | 226 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
10 | if feature('showFigureWindows'... | 226 | 0.010 s | 100.0% |  |
14 | end | 226 | 0 s | 0% |  |
13 | tf = false; | 226 | 0 s | 0% |  |
12 | else | 226 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.010 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 14 |
Non-code lines (comments, blank lines) | 9 |
Code lines (lines that can run) | 5 |
Code lines that did run | 4 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 80.00 % |
Function listing
time calls line
1 function tf = isFigureAvailable
2 % This undocumented function may be removed in a future release.
3
4 % ISFIGUREAVAILABLE determines if figure windows can be created in the
5 % running instance of MATLAB.
6
7 % Copyright 2010 The MathWorks, Inc.
8 % $Revision: 1.1.6.1 $ $Date: 2010/11/17 11:23:38 $
9
0.01 226 10 if feature('showFigureWindows')
11 tf = true;
226 12 else
226 13 tf = false;
226 14 end