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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 577963002: Add time-to-network histogram considering browser side navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram.xml Created 6 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 a7aaf18c8969f7ea0dc741c4b83a046932e51f08..07b066b79af292a70d243192cea68011fea03e79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23921,6 +23921,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The result from an attempt to load a PPAPI plugin.</summary>
</histogram>
+<histogram name="PlzNavigate.TimeToNetworkRequest" units="milliseconds">
clamy 2014/09/19 14:56:03 We have a section of histograms called Navigation,
carlosk 2014/09/23 17:02:57 Done.
+ <owner>carlosk@chromium.org</owner>
+ <summary>
+ Time delay from a navigation request until the first network request is
clamy 2014/09/19 14:56:03 I think the following description is more accurate
carlosk 2014/09/23 17:02:57 Done.
+ about to be made.
+ </summary>
+</histogram>
+
<histogram name="Power.BacklightLevelOnAC" units="%">
<owner>derat@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698