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

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

Issue 1618443002: QUIC - track the time it takes for OnStreamReadyCallback() to be called. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « net/http/http_stream_factory_impl_job.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 e39a5bf1f6b55913beed6f3768c7f14127c51944..b462db1d3145db6553737abd32d2cb4fa7c27dc8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24559,6 +24559,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpStreamFactoryJob.StreamReadyCallbackTime" units="ms">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>Time it takes for OnStreamReadyCallback to be called.</summary>
+</histogram>
+
<histogram name="Net.HttpTimeToFirstByte" units="ms">
<owner>mmenke@chromium.org</owner>
<summary>
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698