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

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: Addressed CR comments, added new hisogram, test and fixes. Created 6 years, 2 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 3317faa0a89ed0439d8905b2a4080b2094e0f09a..6d21ea070296f004f30d524a79dfccf145c9bdae 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13584,6 +13584,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Navigation.TimeToNavigationFinished" units="milliseconds">
clamy 2014/09/23 21:54:07 As mentioned earlier I think TimeToCommit would be
carlosk 2014/09/24 18:35:50 Done.
+ <owner>carlosk@chromium.org</owner>
+ <summary>
+ Time between the start of a navigation request in the browser and it having
clamy 2014/09/23 21:54:07 it having finished navigating -> its commit.
carlosk 2014/09/24 18:35:50 Done.
+ finished navigating.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.TimeToURLJobStart" units="milliseconds">
+ <owner>carlosk@chromium.org</owner>
+ <summary>
+ Time between the start of a navigation request in the browser and the
+ reception of a corresponding ResourceRequest in the network stack.
+ </summary>
+</histogram>
+
<histogram name="NCN.CM.FastestRTTOn2G" units="milliseconds">
<owner>pauljensen@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698