(fiber)
| 18512 | } |
| 18513 | |
| 18514 | function stopProfilerTimerIfRunning(fiber) { |
| 18515 | |
| 18516 | profilerStartTime = -1; |
| 18517 | } |
| 18518 | |
| 18519 | function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { |
| 18520 |
no outgoing calls
no test coverage detected
searching dependent graphs…