(fiber)
| 16538 | } |
| 16539 | |
| 16540 | function stopProfilerTimerIfRunning(fiber) { |
| 16541 | |
| 16542 | profilerStartTime = -1; |
| 16543 | } |
| 16544 | |
| 16545 | function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { |
| 16546 |
no outgoing calls
no test coverage detected