Skip to content

Commit

Permalink
Rename track for performance.mark / measures without custom tracks as…
Browse files Browse the repository at this point in the history
… Web Performance: Timings to align with Chrome

Summary:
Changelog: [internal]

Minor change to align with the Chrome DevTools performance panel.

Differential Revision: D60115147
  • Loading branch information
rubennorte authored and facebook-github-bot committed Jul 23, 2024
1 parent 961ece5 commit 1218a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1218a1b

Please sign in to comment.