Bug 1914862 - Add a TELEMETRY profiler cateogry, r=canaltinova,profiler-reviewers,aabh.

Differential Revision: https://phabricator.services.mozilla.com/D220132
This commit is contained in:
Florian Quèze 2024-09-06 19:03:44 +00:00
Родитель 03e76ba9e9
Коммит 12e6021a2d
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -312,3 +312,10 @@
subcategories:
- name: SANDBOX
label: Other
- name: TELEMETRY
label: Telemetry
color: grey
subcategories:
- name: TELEMETRY
label: Other

Просмотреть файл

@ -395,7 +395,7 @@ int32_t Timers::Finish(JSContext* aCx, const nsAString& aHistogram,
markerText.AppendLiteral(":");
markerText.Append(NS_ConvertUTF16toUTF8(aKey));
}
PROFILER_MARKER_TEXT("TelemetryStopwatch", OTHER,
PROFILER_MARKER_TEXT("Stopwatch", TELEMETRY,
MarkerTiming::IntervalUntilNowFrom(timer->StartTime()),
markerText);
}