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

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

Issue 577963002: Add time-to-network histogram considering browser side navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing new build issues 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
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.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 31a9340f0f19eab93f95dd9329e19f9556d8b8f2..38a9a3d1b5d468812a751f70f8c8e44701c98407 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13730,6 +13730,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>
@@ -38291,7 +38307,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>
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698