MCPcopy Create free account
hub / github.com/reactjs/react-rails / startProfilerTimer

Function startProfilerTimer

lib/assets/react-source/development/react.js:20091–20098  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

20089 }
20090
20091 function startProfilerTimer(fiber) {
20092
20093 profilerStartTime = now$1();
20094
20095 if (fiber.actualStartTime < 0) {
20096 fiber.actualStartTime = now$1();
20097 }
20098 }
20099
20100 function stopProfilerTimerIfRunning(fiber) {
20101

Callers 3

performUnitOfWorkFunction · 0.85
completeUnitOfWorkFunction · 0.85
react.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected