()
| 200 | } |
| 201 | |
| 202 | function resetPerfHotPathStats(): void { |
| 203 | resetRawAnsiRenderStatsForTesting() |
| 204 | resetOptimizerStatsForTesting() |
| 205 | resetLogUpdateRenderStatsForTesting() |
| 206 | resetOutputRenderStatsForTesting() |
| 207 | resetTerminalWriteStatsForTesting() |
| 208 | resetVirtualScrollStatsForTesting() |
| 209 | } |
| 210 | |
| 211 | export function appendPerfScenarioSummaryIfRequested( |
| 212 | summary: PerfScenarioSummary, |
no test coverage detected