This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
18 | [obj, fig] = gcbo; | 91 | 0.022 s | 100.0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.022 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
gcbo | function | 91 | 0.022 s | 100.0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.022 s | 100% | |
Code Analyzer results
Line number | Message |
18 | The value assigned here to 'obj' appears to be unused. Consider replacing it by ~. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 18 |
Non-code lines (comments, blank lines) | 17 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
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;