Chromium Code Reviews| 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> |