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

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

Issue 1372263002: Add a field trial to delay all resource requests by thread hops. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mmenke comments Created 5 years, 3 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 b61a47929def396f138a0f1f311cb5e9a13fdfaa..228bdb2ca4424cd5f10c5b64e79c58aa6bceae60 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25581,6 +25581,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The counts of the type of TCP socket returned.</summary>
</histogram>
+<histogram name="Net.ThreadHopResourceThrottleTime" units="milliseconds">
+ <owner>davidben@chromium.org</owner>
+ <summary>
+ The time it took to do an IO to UI round-trip in the
+ ThreadHopResourceThrottle. This is part of an experiment to determine the
+ feasibility to moving some high-level resource loading checks to the UI
+ thread.
+ </summary>
+</histogram>
+
<histogram name="Net.Transaction_Bandwidth" units="KB/s">
<obsolete>
Discontinued as of 4/12/09
« chrome/browser/renderer_host/thread_hop_resource_throttle.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698