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

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

Issue 2956703002: Adds Server Previews protocol UMA plus UMA for not accepting previews (Closed)
Patch Set: Updates from Ben's feedback Created 3 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 fb56385a4e4d3f615c1a29cf8e392dfd989c72b4..0d07228188e9a1bdf58f881651f88a399435298a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10967,6 +10967,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.Protocol.AcceptTransform"
+ enum="DataReductionProxyProtocolAcceptTransformEvent">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Records the sending of accepted transform headers to the data reduction
+ proxy and also receiving transforms and policies from the data reduction
+ proxy. Recorded on a per page request basis and possibly on a per image
+ subresource request basis for empty-image transforms.
+ </summary>
+</histogram>
+
+<histogram name="DataReductionProxy.Protocol.NotAcceptingTransform"
+ enum="DataReductionProxyProtocolNotAcceptingTransformReason">
+ <owner>dougarnett@chromium.org</owner>
+ <summary>
+ Records the reason that a page request is not accepting proxy server
+ transforms. Recorded on a per page request basis.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.ProxyPrefMigrationResult"
enum="DataReductionProxyProxyPrefMigrationResult">
<owner>sclittle@chromium.org</owner>
@@ -65663,8 +65683,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
Time between starting raster work on the pending tree and when it is ready
to activate. Unlike PendingTreeDuration which - includes the time to commit
- to this tree, the raster duration and the time for which the pending
- tree waits before it can be activated - this only measures the time taken to
+ to this tree, the raster duration and the time for which the pending tree
+ waits before it can be activated - this only measures the time taken to
rasterize tiles required for activation.
The interval is recorded each time we are notifed that a pending tree is

Powered by Google App Engine
This is Rietveld 408576698