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

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

Issue 160513002: Reports Prerender and Profile Total Bytes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding some DCHECKs Created 6 years, 10 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 a811a2c4d65de30c4d9f46282808ba20edc7743e..a7b0e53f687f06df59420d653d068f309b192ae7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15059,6 +15059,32 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Prerender.NetworkBytes.TotalForProfile.KB" units="KB">
+ <summary>
+ Number of bytes transferred on the network for URLRequests (not including
+ HTTP/TLS/TCP/IP overhead). Reported on event of a PrerenderContents
+ deletion. Includes prerender bytes. Bytes are only counted when
+ prerendering is enabled and not in a control group. The sum of the
+ distribution for a single user represents all of that user's network
+ transfers for resource for that time period while prerendering was enabled.
+ </summary>
+</histogram>
+
+<histogram name="Prerender.NetworkBytes.Used.KB" units="KB">
+ <summary>
+ Number of bytes transferred on the network for URLRequests (not including
+ HTTP/TLS/TCP/IP overhead) for a prerender that was used (or would have been
+ used).
+ </summary>
+</histogram>
+
+<histogram name="Prerender.NetworkBytes.Wasted.KB" units="KB">
+ <summary>
+ Number of bytes transferred on the network for URLRequests (not including
+ HTTP/TLS/TCP/IP overhead) for a prerender that was not used.
+ </summary>
+</histogram>
+
<histogram name="Prerender.OmniboxNavigationsCouldPrerender">
<summary>
A boolean that indicates whether the Omnibox navigation being committed

Powered by Google App Engine
This is Rietveld 408576698