(fiber)
| 17684 | } |
| 17685 | |
| 17686 | function startProfilerTimer(fiber) { |
| 17687 | |
| 17688 | profilerStartTime = now$1(); |
| 17689 | |
| 17690 | if (fiber.actualStartTime < 0) { |
| 17691 | fiber.actualStartTime = now$1(); |
| 17692 | } |
| 17693 | } |
| 17694 | |
| 17695 | function stopProfilerTimerIfRunning(fiber) { |
| 17696 |
no outgoing calls
no test coverage detected
searching dependent graphs…