This is a static copy of a profile report

Home

gcbf (91 calls, 0.022 sec)
Generated 05-Aug-2011 13:01:35 using cpu time.
function in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/gcbf.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
graphics/private/validateHandleToPrintfunction40
closereqfunction51
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
18
[obj, fig] = gcbo;
910.022 s100.0%
All other lines  0 s0%
Totals  0.022 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
gcbofunction910.022 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.022 s100% 
Code Analyzer results
Line numberMessage
18The value assigned here to 'obj' appears to be unused. Consider replacing it by ~.
Coverage results
[ Show coverage for parent directory ]
Total lines in function18
Non-code lines (comments, blank lines)17
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
1 function fig = gcbf
2 %GCBF Get handle to current callback figure.
3 % FIG = GCBF returns the handle of the figure that contains the object
4 % whose callback is currently executing. If the current callback object
5 % is the figure, the figure is returned.
6 %
7 % When no callbacks are executing, GCBF returns []. If the current figure
8 % gets deleted during callback execution, GCBF returns [].
9 %
10 % The return value of GCBF is identical to the FIGURE output argument of
11 % GCBO.
12 %
13 % See also GCBO, GCO, GCF, GCA.
14
15 % Copyright 1984-2002 The MathWorks, Inc.
16 % $Revision: 1.10 $ $Date: 2002/04/10 17:07:20 $
17
0.02 91 18 [obj, fig] = gcbo;