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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 160513002: Reports Prerender and Profile Total Bytes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing prerender UMA byte tracking. 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
« no previous file with comments | « content/public/browser/resource_dispatcher_host_delegate.cc ('k') | 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 a811a2c4d65de30c4d9f46282808ba20edc7743e..63ed053309e0079f1b49b44e04b60d9027a2cef2 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" units="bytes">
+ <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" units="bytes">
+ <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" units="bytes">
+ <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
« no previous file with comments | « content/public/browser/resource_dispatcher_host_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698