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

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

Issue 1167543010: UMA for data savings displayed to users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove {} for 1 line if. Created 5 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0b7b43c457b1fd23422dc1e0c195541df8fd8714..a4bf3cca21148b3cc11716212b4a702407074f78 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19563,6 +19563,28 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.DailyUserVisibleSavingsPercent_DataRedictionProxyEnabled"
+ units="Percent">
+ <owner>kundaji@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The percentage of data savings in past
+ |DataReductionProxy::kNumDaysInHistorySummary| days. This number is
+ displayed to users as their data savings.
+ </summary>
+</histogram>
+
+<histogram name="Net.DailyUserVisibleSavingsSize_DataRedictionProxyEnabled"
+ units="KB">
+ <owner>kundaji@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The total data saved in KB in past
+ |DataReductionProxy::kNumDaysInHistorySummary| days. This number is used to
+ compute the data savings displayed to the user.
+ </summary>
+</histogram>
+
<histogram name="Net.DhcpWpadCancelTime" units="milliseconds">
<obsolete>
Removed in Chrome 39.

Powered by Google App Engine
This is Rietveld 408576698