зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
03e76ba9e9
Коммит
12e6021a2d
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче