This is a static copy of a profile reportHome
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)
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 6 | matlab.graphics.internal.expor... | 22 | 0.472 s | 99.9% |  |
| 7 | end | 22 | 0.000 s | 0.0% |  |
| All other lines | | | 0.000 s | 0.1% |  |
| Totals | | | 0.473 s | 100% | |
Children (called functions)
| Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
| firePrintBehavior | function | 22 | 0.472 s | 99.8% |  |
| Self time (built-ins, overhead, etc.) | | | 0.001 s | 0.2% |  |
| Totals | | | 0.473 s | 100% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| Total lines in function | 7 |
| Non-code lines (comments, blank lines) | 5 |
| Code lines (lines that can run) | 2 |
| Code lines that did run | 2 |
| Code lines that did not run | 0 |
| 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.