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

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: use NavigationEntryImpl to keep ReloadType Created 4 years, 4 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 29bd28575de8e128826d0575f666c29494cc543e..3a05e24f4cefe70cbd1f243c1de829933f05da15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25639,6 +25639,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>
@@ -53524,7 +53543,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
The disposition of a stranded Chrome install discovered while updating
multi-install Chrome Binaries. This metric is only logged in an edge case.
- The buckets indicate whether or not the &quot;stranded&quot; Chrome install
+ The buckets indicate whether or not the &quot; stranded&quot; Chrome install
Charlie Reis 2016/08/08 23:57:54 Unintentional?
Takashi Toyoshima 2016/08/09 12:06:17 This is not related to my CL, but presubmit check
Charlie Reis 2016/08/10 05:05:13 Huh. Seems like a strange requirement from the pr
Takashi Toyoshima 2016/08/10 06:34:15 Precisely said, pretty_print.py could not parse if
Takashi Toyoshima 2016/08/10 07:26:46 I checked if this is sill needed on trunk, and it
has been used in the last 28 days. If so, it respresents a Chrome that has
not been updating due to a logic flaw in the installer and will be repaired
in the current update. If not, it likely represents Chrome Binaries that

Powered by Google App Engine
This is Rietveld 408576698