(fiber)
| 16529 | } |
| 16530 | |
| 16531 | function startProfilerTimer(fiber) { |
| 16532 | |
| 16533 | profilerStartTime = now$1(); |
| 16534 | |
| 16535 | if (fiber.actualStartTime < 0) { |
| 16536 | fiber.actualStartTime = now$1(); |
| 16537 | } |
| 16538 | } |
| 16539 | |
| 16540 | function stopProfilerTimerIfRunning(fiber) { |
| 16541 |
no outgoing calls
no test coverage detected