Skip to content

Commit be5e283

Browse files
committed
Add enableComponentPerformanceTrack Flag (#30960)
This flag will be used to gate a new timeline profiler that's integrate with the Performance Tab and the new performance.measure extensions in Chrome. It replaces the existing DevTools feature so this disables enableSchedulingProfiler when it is enabled since they can interplay in weird ways potentially. This means that experimental React now disable scheduling profiler and enables this new approach. DiffTrain build for [0eab377](0eab377)
1 parent 2875993 commit be5e283

34 files changed

+176
-178
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8cf64620c7dd4ec7e72aa16ee2d5f15eb3420b92
1+
0eab377a96099f0121009c8968c49d13d4e00bd1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8cf64620c7dd4ec7e72aa16ee2d5f15eb3420b92
1+
0eab377a96099f0121009c8968c49d13d4e00bd1

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ __DEV__ &&
20012001
exports.useTransition = function () {
20022002
return resolveDispatcher().useTransition();
20032003
};
2004-
exports.version = "19.0.0-www-classic-8cf64620-20240916";
2004+
exports.version = "19.0.0-www-classic-0eab377a-20240916";
20052005
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20062006
"function" ===
20072007
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ __DEV__ &&
19811981
exports.useTransition = function () {
19821982
return resolveDispatcher().useTransition();
19831983
};
1984-
exports.version = "19.0.0-www-modern-8cf64620-20240916";
1984+
exports.version = "19.0.0-www-modern-0eab377a-20240916";
19851985
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19861986
"function" ===
19871987
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-classic-8cf64620-20240916";
668+
exports.version = "19.0.0-www-classic-0eab377a-20240916";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-modern-8cf64620-20240916";
668+
exports.version = "19.0.0-www-modern-0eab377a-20240916";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-8cf64620-20240916";
672+
exports.version = "19.0.0-www-classic-0eab377a-20240916";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-8cf64620-20240916";
672+
exports.version = "19.0.0-www-modern-0eab377a-20240916";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17121,11 +17121,11 @@ __DEV__ &&
1712117121
(function () {
1712217122
var internals = {
1712317123
bundleType: 1,
17124-
version: "19.0.0-www-classic-8cf64620-20240916",
17124+
version: "19.0.0-www-classic-0eab377a-20240916",
1712517125
rendererPackageName: "react-art",
1712617126
currentDispatcherRef: ReactSharedInternals,
1712717127
findFiberByHostInstance: getInstanceFromNode,
17128-
reconcilerVersion: "19.0.0-www-classic-8cf64620-20240916"
17128+
reconcilerVersion: "19.0.0-www-classic-0eab377a-20240916"
1712917129
};
1713017130
internals.overrideHookState = overrideHookState;
1713117131
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17159,7 +17159,7 @@ __DEV__ &&
1715917159
exports.Shape = Shape;
1716017160
exports.Surface = Surface;
1716117161
exports.Text = Text;
17162-
exports.version = "19.0.0-www-classic-8cf64620-20240916";
17162+
exports.version = "19.0.0-www-classic-0eab377a-20240916";
1716317163
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1716417164
"function" ===
1716517165
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16567,11 +16567,11 @@ __DEV__ &&
1656716567
(function () {
1656816568
var internals = {
1656916569
bundleType: 1,
16570-
version: "19.0.0-www-modern-8cf64620-20240916",
16570+
version: "19.0.0-www-modern-0eab377a-20240916",
1657116571
rendererPackageName: "react-art",
1657216572
currentDispatcherRef: ReactSharedInternals,
1657316573
findFiberByHostInstance: getInstanceFromNode,
16574-
reconcilerVersion: "19.0.0-www-modern-8cf64620-20240916"
16574+
reconcilerVersion: "19.0.0-www-modern-0eab377a-20240916"
1657516575
};
1657616576
internals.overrideHookState = overrideHookState;
1657716577
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16605,7 +16605,7 @@ __DEV__ &&
1660516605
exports.Shape = Shape;
1660616606
exports.Surface = Surface;
1660716607
exports.Text = Text;
16608-
exports.version = "19.0.0-www-modern-8cf64620-20240916";
16608+
exports.version = "19.0.0-www-modern-0eab377a-20240916";
1660916609
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1661016610
"function" ===
1661116611
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)