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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2174293002: NonValidatingReload: Monitor reload operations in NavigationControllerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 db79a3ce5c1c80b78b99517e17a4c6ee11bfab69..71b41a63b6d2e4808110cbf68939de040e06070f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26722,6 +26722,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.Reload.ReloadMainResourceToReloadDuration"
+ units="ms">
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ Reported when a user triggers reload without any other navigations after the
+ previous reload in the same page, and the previous reload variant was
+ RELOAD_MAIN_RESOURCE. Duration time between two reloads is reported.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.Reload.ReloadToReloadDuration" units="ms">
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ Reported when a user triggers reload without any other navigations after the
+ previous reload in the same page. Duration time between two reloads is
+ reported.
+ </summary>
+</histogram>
+
<histogram name="Navigation.Scheduled.MaybeCausedAbort"
enum="ScheduledNavigationType">
<owner>csharrison@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698