This is a static copy of a profile report

Home

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

Line NumberCodeCallsTotal Time% TimeTime Plot
10
if feature('showFigureWindows'...
2260.010 s100.0%
14
end
2260 s0%
13
tf = false;
2260 s0%
12
else
2260 s0%
All other lines  0 s0%
Totals  0.010 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function14
Non-code lines (comments, blank lines)9
Code lines (lines that can run)5
Code lines that did run4
Code lines that did not run1
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