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

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: cleanup Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index aa083e83b395db11a79197c856ce191ae347b272..e973852e228be94e8c7a61f36d8e861265dabcac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26356,6 +26356,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