This is a static copy of a profile report

Home

gcbf (3 calls, 0.000 sec)
Generated 05-Nov-2014 07:52:55 using cpu time.
function in file /usr1/opt/matlab/7.13/toolbox/matlab/graphics/gcbf.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
closereqfunction3
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
18
[obj, fig] = gcbo;
30 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
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
3 18 [obj, fig] = gcbo;