This is a static copy of a profile report

Home

printing/private/fireprintbehavior (Calls: 22, Time: 0.473 s)
Generated 16-Jul-2020 17:09:28 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/graphics/printing/private/fireprintbehavior.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
printing/private/printjobContentChangesfunction22
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
6
matlab.graphics.internal.expor...
220.472 s99.9%
7
end
220.000 s0.0%
All other lines  0.000 s0.1%
Totals  0.473 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
firePrintBehaviorfunction220.472 s99.8%
Self time (built-ins, overhead, etc.)  0.001 s0.2%
Totals  0.473 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)5
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function fireprintbehavior(pj,callbackName)
   2 
    %FIREPRINTBEHAVIOR Fire callback for Print behavior customization
   3 
    %    Helper function for printing. Do not call directly.
   4 
     
   5 
    %   Copyright 1984-2018 The MathWorks, Inc.
  0.472 
     22 
   6
    matlab.graphics.internal.export.firePrintBehavior(pj, callbackName);  
< 0.001 
     22 
   7
end 

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