(fiber)
| 20089 | } |
| 20090 | |
| 20091 | function startProfilerTimer(fiber) { |
| 20092 | |
| 20093 | profilerStartTime = now$1(); |
| 20094 | |
| 20095 | if (fiber.actualStartTime < 0) { |
| 20096 | fiber.actualStartTime = now$1(); |
| 20097 | } |
| 20098 | } |
| 20099 | |
| 20100 | function stopProfilerTimerIfRunning(fiber) { |
| 20101 |
no outgoing calls
no test coverage detected