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

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

Issue 2820303002: Add a UMA histogram for measuring DetachableResourceHandler duration (Closed)
Patch Set: Created 3 years, 8 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/browser/loader/detachable_resource_handler.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 8e22a0ddff2f1deb6ed596cb942cbdb6dc95f08c..bd7aa582317a29e61307e08d14605cace71e2c0c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33658,6 +33658,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.DetachableResourceHandler.Duration" units="ms">
+ <owner>yhirano@chromium.org</owner>
+ <summary>
+ Duration of time that a request associated with DetachableResourceHandler
+ takes.
+ </summary>
+</histogram>
+
<histogram name="Net.DhcpWpadCancelTime" units="ms">
<obsolete>
Removed in Chrome 39.
« no previous file with comments | « content/browser/loader/detachable_resource_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698