MCPcopy
hub / github.com/facebook/react / recordCommitEndTime

Function recordCommitEndTime

packages/react-reconciler/src/ReactProfilerTimer.js:579–584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

577}
578
579export function recordCommitEndTime(): void {
580 if (!enableProfilerTimer) {
581 return;
582 }
583 commitEndTime = now();
584}
585
586export function startProfilerTimer(fiber: Fiber): void {
587 if (!enableProfilerTimer) {

Callers 4

suspendedViewTransitionFunction · 0.90
flushLayoutEffectsFunction · 0.90
flushSpawnedWorkFunction · 0.90
flushGestureAnimationsFunction · 0.90

Calls 1

nowFunction · 0.50

Tested by

no test coverage detected