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

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
« no previous file with comments | « content/browser/frame_host/navigation_entry_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 91e8a766e89560b8b27a5d3cc7145614f9ab4966..4085bd8c4faf032af45bf174c665fe53c1bf8505 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26868,6 +26868,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>
« no previous file with comments | « content/browser/frame_host/navigation_entry_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698