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

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: Minor changes for addressing CR comments 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 10b2c103490a166f4d8661a89914401ea7683ee4..0531ae912f14ad2019547e469e5cc72ecf98d4b8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13626,6 +13626,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Navigation.TimeToCommit" units="milliseconds">
+ <owner>carlosk@chromium.org</owner>
+ <summary>
+ Time between the start of a navigation request in the browser and its
+ commit.
+ </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>
@@ -38026,7 +38042,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="WinTimeTicks.NonStopTsc">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
- True if the CPU's time stamp counter ticks at a constant rate regardless of
+ True if the CPU's timestamp counter ticks at a constant rate regardless of
CPU frequency.
</summary>
</histogram>

Powered by Google App Engine
This is Rietveld 408576698