diff --git a/devtools/client/performance-new/utils.js b/devtools/client/performance-new/utils.js index cc29e1b266b1..716b3c6068a2 100644 --- a/devtools/client/performance-new/utils.js +++ b/devtools/client/performance-new/utils.js @@ -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, }, ];