MCPcopy Index your code
hub / github.com/plotly/dash / startProfilerTimer

Function startProfilerTimer

dash/deps/react-dom@18.2.0.js:18505–18512  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

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

Callers 3

performUnitOfWorkFunction · 0.70
completeUnitOfWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…