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

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

Issue 15211004: Add histogram to measure the read deferral on crosswebsite navigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/loader/resource_loader.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 d7d32e6038d7d49f73b19e747b27c9f1b9dde0ec..d5c5b33893eacb73f19f623500523f423468f0ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7004,6 +7004,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.ResourceLoader.ReadDeferral" units="milliseconds">
+ <summary>
+ When starting a cross-site navigation, the time between reading the headers
+ and body of the response.
+ </summary>
+</histogram>
+
<histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket">
<summary>The time an already used socket sat idle before being used.</summary>
</histogram>
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698