(logLabel, traceLabel)
| 486 | * @type {TimerStart} |
| 487 | */ |
| 488 | const startTimer = (logLabel, traceLabel) => { |
| 489 | init(); |
| 490 | |
| 491 | if ((timerFlags & kShouldSkipAll) !== kShouldSkipAll) |
| 492 | internalStartTimer(logLabel, traceLabel); |
| 493 | }; |
| 494 | |
| 495 | /** |
| 496 | * @type {TimerEnd} |
no test coverage detected
searching dependent graphs…