Bug 1874827 - Show phase markers in the profile timeline for build profiles, r=glandium.

Differential Revision: https://phabricator.services.mozilla.com/D198665
This commit is contained in:
Florian Quèze 2024-01-16 09:49:45 +00:00
Родитель c0b720ae2f
Коммит fdba672758
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -834,7 +834,11 @@ class SystemResourceMonitor(object):
"tooltipLabel": "{marker.data.phase}",
"tableLabel": "{marker.name}{marker.data.phase} — CPU time: {marker.data.cpuTime} ({marker.data.cpuPercent})",
"chartLabel": "{marker.data.phase}",
"display": ["marker-chart", "marker-table"],
"display": [
"marker-chart",
"marker-table",
"timeline-overview",
],
"data": [
{
"key": "cpuTime",
@ -924,6 +928,7 @@ class SystemResourceMonitor(object):
"registerTime": 0,
"unregisterTime": None,
"pausedRanges": [],
"showMarkersInTimeline": True,
"name": "",
"isMainThread": False,
"pid": "0",