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:
Rubén Norte
2024-07-23 14:23:03 -07:00
committed by Facebook GitHub Bot
parent 4caf9ec7a0
commit 010c004d75
@@ -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(