MCPcopy Create free account
hub / github.com/plotly/dash / startProfilerTimer

Function startProfilerTimer

dash/deps/react-dom@18.3.1.js:17686–17693  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

17684 }
17685
17686 function startProfilerTimer(fiber) {
17687
17688 profilerStartTime = now$1();
17689
17690 if (fiber.actualStartTime < 0) {
17691 fiber.actualStartTime = now$1();
17692 }
17693 }
17694
17695 function stopProfilerTimerIfRunning(fiber) {
17696

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…