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 |