The Wayback Machine - https://web.archive.org/web/20220708232545/https://github.com/facebook/react/commit/87b67d319
Skip to content
Permalink
Browse files
Enable scheduling profiler flag for react-dom profiling builds (#21867)
  • Loading branch information
Brian Vaughn committed Jul 13, 2021
1 parent 64bbd7a commit 87b67d319fed725fafe06fb1bfd1b4a672e5a629
Showing 1 changed file with 1 addition and 1 deletion.
@@ -17,7 +17,7 @@ export const enableDebugTracing = false;

// Adds user timing marks for e.g. state updates, suspense, and work loop stuff,
// for an experimental scheduling profiler tool.
export const enableSchedulingProfiler = __PROFILE__ && __EXPERIMENTAL__;
export const enableSchedulingProfiler = __PROFILE__;

// Helps identify side effects in render-phase lifecycle hooks and setState
// reducers by double invoking them in StrictLegacyMode.

0 comments on commit 87b67d3

Please sign in to comment.