Commit 0af36c5f authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

Keep the PerformanceMonitor.AverageCPU histogram until M88.

This histogram is used to assess the impact of the
IntensiveWakeUpThrottling experiment.

Bug: 1075553
Change-Id: I8ff08aa7e93799a8507f138d5006e45843e9d575
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426603
Commit-Queue: François Doray <fdoray@chromium.org>
Auto-Submit: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812388}
parent 699171af
...@@ -9833,8 +9833,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -9833,8 +9833,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="PerformanceMonitor.AverageCPU" units="PercentCPUUsage" <histogram name="PerformanceMonitor.AverageCPU" units="PercentCPUUsage"
expires_after="M85"> expires_after="M88">
<owner>fdoray@chromium.org</owner>
<owner>oysteine@chromium.org</owner> <owner>oysteine@chromium.org</owner>
<owner>catan-team@chromium.org</owner>
<summary> <summary>
Average CPU utilization of a process, read out at each two-minute interval. Average CPU utilization of a process, read out at each two-minute interval.
The utilization is in the 0-100% range per CPU, which is then summed up. The utilization is in the 0-100% range per CPU, which is then summed up.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment