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

Function clearBlockingTimers

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

Source from the content-addressed store, hash-verified

287}
288
289export function clearBlockingTimers(): void {
290 blockingUpdateTime = -1.1;
291 blockingUpdateType = 0;
292 blockingUpdateMethodName = null;
293 blockingUpdateComponentName = null;
294 blockingSuspendedTime = -1.1;
295 blockingEventRepeatTime = blockingEventTime;
296 blockingEventTime = -1.1;
297 blockingClampTime = now();
298}
299
300export function startAsyncTransitionTimer(): void {
301 if (!enableProfilerTimer || !enableComponentPerformanceTrack) {

Callers 1

prepareFreshStackFunction · 0.90

Calls 1

nowFunction · 0.50

Tested by

no test coverage detected