()
| 570 | } |
| 571 | |
| 572 | export function recordCommitTime(): void { |
| 573 | if (!enableProfilerTimer) { |
| 574 | return; |
| 575 | } |
| 576 | commitStartTime = now(); |
| 577 | } |
| 578 | |
| 579 | export function recordCommitEndTime(): void { |
| 580 | if (!enableProfilerTimer) { |
no test coverage detected