(fiber)
| 18503 | } |
| 18504 | |
| 18505 | function startProfilerTimer(fiber) { |
| 18506 | |
| 18507 | profilerStartTime = now$1(); |
| 18508 | |
| 18509 | if (fiber.actualStartTime < 0) { |
| 18510 | fiber.actualStartTime = now$1(); |
| 18511 | } |
| 18512 | } |
| 18513 | |
| 18514 | function stopProfilerTimerIfRunning(fiber) { |
| 18515 |
no outgoing calls
no test coverage detected
searching dependent graphs…