This is a static copy of a profile report

Home

gcbf (Calls: 20, Time: 0.005 s)
Generated 16-Jul-2020 17:09:33 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/graphics/gcbf.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
closereqfunction20
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
17
[~, fig] = gcbo;
200.000 s0.8%
All other lines  0.005 s99.2%
Totals  0.005 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function17
Non-code lines (comments, blank lines)16
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-2017 The MathWorks, Inc.
  16 

< 0.001 
     20 
  17
[~, fig] = gcbo; 

Other subfunctions in this file are not included in this listing.