This is a static copy of a profile report

Home

DataCursorBehavior>DataCursorBehavior.dosupport (Calls: 6, Time: 0.001 s)
Generated 18-May-2021 16:05:26 using performance time.
class method in file /usr/local/MATLAB/R2021a/toolbox/matlab/graphics/+matlab/+graphics/+internal/DataCursorBehavior.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
hggetbehavior>localGetsubfunction6
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
40
ret = isa(hTarget, 'matlab.gra...
60.000 s40.8%
37
hTarget = handle(hTarget);
60.000 s39.5%
44
end
60.000 s3.6%
All other lines  0.000 s16.0%
Totals  0.001 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function10
Non-code lines (comments, blank lines)4
Code lines (lines that can run)6
Code lines that did run3
Code lines that did not run3
Coverage (did run/can run)50.00 %
Function listing
time 
Calls 
 line
  35 
    function [ret] = dosupport(~,hTarget)
  36 
        % Support double handle inputs
< 0.001 
      6 
  37
        hTarget = handle(hTarget); 
  38 
        
  39 
        % axes or axes children
< 0.001 
      6 
  40
        ret = isa(hTarget, 'matlab.graphics.mixin.AxesParentable') ... 
  41 
            || isa(hTarget, 'matlab.graphics.mixin.PolarAxesParentable') ...
  42 
            || isa(hTarget, 'matlab.graphics.axis.AbstractAxes') ...
  43 
            || isgraphics(hTarget, 'axes');
< 0.001 
      6 
  44
    end 

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