Skip to content

Commit 1e247ff

Browse files
author
Brian Vaughn
authored
Enabled scheduling profiler marks for React Native FB target (#22544)
1 parent c16b005 commit 1e247ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.native-fb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const {enablePersistentOffscreenHostContainer} = dynamicFlags;
2020

2121
// The rest of the flags are static for better dead code elimination.
2222
export const enableDebugTracing = false;
23-
export const enableSchedulingProfiler = false;
23+
export const enableSchedulingProfiler = true;
2424
export const enableProfilerTimer = __PROFILE__;
2525
export const enableProfilerCommitHooks = __PROFILE__;
2626
export const enableProfilerNestedUpdatePhase = __PROFILE__;

0 commit comments

Comments
 (0)