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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2803673002: Add metrics for DelayNavigationThrottle (Closed)
Patch Set: revert inadvertent file change Created 3 years, 8 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 cd3b6aa443b104aa05784f81d3a4678e95b541f8..df455d9e0ff2cd900837c8fccffd63b4c7e3c1fb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10951,6 +10951,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DelayNavigationThrottle.Delay.Actual" units="ms">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ The actual delay added to main frame navigations by DelayNavigationThrottle.
+ </summary>
+</histogram>
+
+<histogram name="DelayNavigationThrottle.Delay.Delta" units="ms">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ The absolute delta between the specified and actual delays added to main
+ frame navigations by DelayNavigationThrottle.
+ </summary>
+</histogram>
+
+<histogram name="DelayNavigationThrottle.Delay.Specified" units="ms">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ The specified delay added to main frame navigations by
+ DelayNavigationThrottle.
+ </summary>
+</histogram>
+
<histogram name="DesktopIOSPromotion.DismissalReason"
enum="DesktopIOSPromotionDismissalReason">
<owner>mrefaat@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698