()
| 562 | } |
| 563 | |
| 564 | export function getLogUpdateRenderStatsSnapshot(): LogUpdateRenderStatsSnapshot { |
| 565 | return { ...logUpdateRenderStats } |
| 566 | } |
| 567 | |
| 568 | export function resetLogUpdateRenderStatsForTesting(): void { |
| 569 | logUpdateRenderStats.totalIncrementalDiffDurationMs = 0 |
no outgoing calls
no test coverage detected