Enable scheduling profiler for RN FB profiling builds (#22566)

This commit is contained in:
Brian Vaughn
2021-10-15 08:03:18 -04:00
committed by GitHub
parent 545d4c2de7
commit 23b7dfeff3
@@ -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__;