Bug 1687603 - Bring 'CPU Utilization' description up to date - r=canaltinova

Differential Revision: https://phabricator.services.mozilla.com/D102380
This commit is contained in:
Gerald Squelart 2021-01-20 09:05:10 +00:00
Родитель 215a74be21
Коммит 70fea80cd0
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -414,7 +414,10 @@ const featureDescriptions = [
{
name: "CPU Utilization",
value: "cpu",
title: "CPU utilization by threads, processes, and other system functions.",
title:
"CPU utilization by threads. To view graphs, in about:config set " +
"devtools.performance.recording.ui-base-url to " +
"https://deploy-preview-3098--perf-html.netlify.app",
experimental: true,
},
];