Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index a8a09984d5a4551be58098b33f31c15489744766..be5d4c6ffeff41fb0b33e0bc3563d0f95bc459c0 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -11315,6 +11315,17 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="PerformanceMonitor.AverageCPU.BrowserProcess"> |
+ <summary> |
+ Average CPU utilization of the browser process, read out at each two-minute |
+ interval. On Windows this is a range from 0-100% of the total CPU capacity, |
+ i.e. a quadcore system with one core running fully loaded and the other |
+ three idle would read as 25%. On non-Windows systems there's a 0-100% range |
+ per CPU, which is then summed up. I.e. a quadcore system fully loaded would |
+ read as 400%. |
Alexei Svitkine (slow)
2013/10/21 14:53:46
Can we perhaps transform the value such that its i
oystein (OOO til 10th of July)
2013/10/21 15:15:06
The plan is to eventually de-normalize the Windows
Alexei Svitkine (slow)
2013/10/21 15:27:31
I think it's useful to keep it consistent from the
oystein (OOO til 10th of July)
2013/10/21 15:33:12
Oh, really? Even if the ranges and buckets stay th
Alexei Svitkine (slow)
2013/10/21 16:31:07
Right, the problem is it's not really possible to
oystein (OOO til 10th of July)
2013/10/21 17:30:03
Sure thing. The main reason I haven't already done
|
+ </summary> |
+</histogram> |
+ |
<histogram name="PerformanceMonitor.HighCPU.BrowserProcess" enum="BooleanHit"> |
<summary> |
The number of times a browser process has continuously stayed above a |