This is a static copy of a profile report

Home

Function details for graphics/private/isfigureThis is a static copy of a profile report

Home

graphics/private/isfigure (Calls: 5, Time: 0.002 s)
Generated 02-May-2020 21:54:34 using performance time.
function in file /Applications/MATLAB_R2018a.app/toolbox/matlab/graphics/private/isfigure.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...ForHandleToPrint>LocalCheckHandlessubfunction2
graphics/private/validateHandleToPrintfunction1
graphics/private/validatefunction1
graphics/private/printjobContentChangesfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
15
isF = ishghandle(h, 'figure');
50.001 s40.8%
17
end
50.000 s2.6%
13
narginchk(1,1)
50.000 s0.1%
All other lines  0.001 s56.5%
Totals  0.002 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)14
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function isF = isfigure( h )
   2 
%ISFIGURE True for Figure handles.
   3 
%   ISFIGURE(H) returns an array that contains 1's where the elements
   4 
%   of H are valid Figure handles and 0's where they are not.
   5 

   6 
%   Copyright 1984-2008 The MathWorks, Inc.
   7 

   8 
% NOTE: This is a copy of toolbox/matlab/general/private/isfigure.m.
   9 
% If one of these becomes a user-visible function (outside the private 
  10 
% directories) then the other needs to be removed. 
  11 
% Till then, ideally, any change needs to be made in both the files.
  12 

< 0.001 
      5 
  13
narginchk(1,1) 
  14 

< 0.001 
      5 
  15
isF = ishghandle(h, 'figure'); 
  16 

< 0.001 
      5 
  17
end 

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