MCPcopy Index your code
hub / github.com/microsoft/SandDance / startProfilerTimer

Function startProfilerTimer

docs/external/js/react-dom.development.js:16531–16538  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

16529 }
16530
16531 function startProfilerTimer(fiber) {
16532
16533 profilerStartTime = now$1();
16534
16535 if (fiber.actualStartTime < 0) {
16536 fiber.actualStartTime = now$1();
16537 }
16538 }
16539
16540 function stopProfilerTimerIfRunning(fiber) {
16541

Callers 3

performUnitOfWorkFunction · 0.85
completeUnitOfWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected