Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 851503005: Add histograms for temperatures and thermal states. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f879a89c876967194b6b5b4b2422d07978306e67..5d478bce02f99d9a09f2688ae425ec38e272a28b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24621,6 +24621,57 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Temperature reading at sensor 9 (PECI) taken every 30s.</summary>
</histogram>
+<histogram name="Platform.Thermal.Temperature.Cpu.0" units="Celsius">
+ <owner>mka@chromium.org</owner>
+ <summary>Temperature reading at sensor 0 of the CPU.</summary>
vadimb1 2015/01/21 18:48:39 Please add information about how often this is log
mka 2015/01/21 19:19:33 my idea is to log it every second, however it coul
vadimb1 2015/01/21 22:32:56 Well the idea of the summary (which is shown on th
mka 2015/01/21 23:25:19 ack, I'll update the description
+</histogram>
+
+<histogram name="Platform.Thermal.Temperature.Wifi0" units="Celsius">
+ <owner>mka@chromium.org</owner>
+ <summary>Temperature reading at wireless interface 0.</summary>
+</histogram>
+
+<histogram name="Platform.Thermal.Temperature.Wifi1" units="Celsius">
+ <owner>mka@chromium.org</owner>
+ <summary>Temperature reading at wireless interface 1.</summary>
+</histogram>
+
+<histogram name="Platform.Thermal.Temperature.Wifi2" units="Celsius">
+ <owner>mka@chromium.org</owner>
+ <summary>Temperature reading at wireless interface 2.</summary>
+</histogram>
+
+<histogram name="Platform.Thermal.Zone.Cpu.States">
+ <owner>mka@chromium.org</owner>
+ <summary>
+ Distribution of time spent in the states of the thermal zone of the CPU.
vadimb1 2015/01/21 18:48:39 1. Same question about how often this is logged. 2
mka 2015/01/21 19:19:33 every second
vadimb1 2015/01/21 22:32:56 Well, make it clearer from the summary. It's very
mka 2015/01/21 23:25:19 ok
+ </summary>
+</histogram>
+
+<histogram name="Platform.Thermal.Zone.Wifi0.States">
+ <owner>mka@chromium.org</owner>
+ <summary>
+ Distribution of time spent in the states of the thermal zone of wireless.
+ interface 0.
+ </summary>
+</histogram>
+
+<histogram name="Platform.Thermal.Zone.Wifi1.States">
+ <owner>mka@chromium.org</owner>
+ <summary>
+ Distribution of time spent in the states of the thermal zone of wireless.
+ interface 1.
+ </summary>
+</histogram>
+
+<histogram name="Platform.Thermal.Zone.Wifi2.States">
+ <owner>mka@chromium.org</owner>
+ <summary>
+ Distribution of time spent in the states of the thermal zone of wireless
+ interface 2.
+ </summary>
+</histogram>
+
<histogram name="Platform.TPM.DictionaryAttackCounter">
<owner>dkrahn@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698