mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Enable scheduling profiler for RN FB profiling builds (#22566)
This commit is contained in:
@@ -20,7 +20,7 @@ export const {enablePersistentOffscreenHostContainer} = dynamicFlags;
|
||||
|
||||
// The rest of the flags are static for better dead code elimination.
|
||||
export const enableDebugTracing = false;
|
||||
export const enableSchedulingProfiler = true;
|
||||
export const enableSchedulingProfiler = __PROFILE__;
|
||||
export const enableProfilerTimer = __PROFILE__;
|
||||
export const enableProfilerCommitHooks = __PROFILE__;
|
||||
export const enableProfilerNestedUpdatePhase = __PROFILE__;
|
||||
|
||||
Reference in New Issue
Block a user