mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Rename track for performance.mark / measures without custom tracks as Web Performance: Timings to align with Chrome (#45597)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45597 Changelog: [internal] Minor change to align with the Chrome DevTools performance panel. Reviewed By: sammy-SC Differential Revision: D60115147 fbshipit-source-id: bfd7b071fc76e226783ef41bd3f13d941acccec5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4caf9ec7a0
commit
010c004d75
+1
-1
@@ -36,7 +36,7 @@ namespace {
|
||||
#ifdef WITH_PERFETTO
|
||||
|
||||
const std::string TRACK_PREFIX = "Track:";
|
||||
const std::string DEFAULT_TRACK_NAME = "Web Performance";
|
||||
const std::string DEFAULT_TRACK_NAME = "Web Performance: Timings";
|
||||
const std::string CUSTOM_TRACK_NAME_PREFIX = "Web Performance: ";
|
||||
|
||||
std::tuple<std::string, std::string_view> parsePerfettoTrack(
|
||||
|
||||
Reference in New Issue
Block a user