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

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

Issue 2930353005: PlzNavigate: Add metrics to understand bf navigations PLT regression (Closed)
Patch Set: Addressed comments Created 3 years, 6 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 | « tools/metrics/histograms/enums.xml ('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 831235bd30b115df43e9fca3984b9e5084a96642..cbc72ff919bcdfdc87cb7a6f951f7ebfc08e4b85 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33257,6 +33257,42 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.BackForward.CacheFlags" enum="NavigationCacheEnum">
+ <owner>clamy@chromium.org</owner>
+ <summary>The cache flags set on back-forward navigations.</summary>
+</histogram>
+
+<histogram name="Navigation.BackForward.IsSameProcess"
+ enum="NavigationIsSameProcess">
+ <owner>clamy@chromium.org</owner>
+ <summary>
+ Whether the back-forward navigation lead to a change of process or not.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.BackForward.ReadyToCommitUntilCommit" units="ms">
+ <owner>clamy@chromium.org</owner>
+ <summary>
+ The time needed to commit a back forward-navigation once it is ready to
+ commit. This is the time between ReadyToCommit and DidFinishNavigation (for
+ a navigation that commits).
+ </summary>
+</histogram>
+
+<histogram name="Navigation.BackForward.TimeToReadyToCommit" units="ms">
+ <owner>clamy@chromium.org</owner>
+ <summary>
+ The time delta between the start of a back-forward navigation and the time
+ it was ready to commit.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.BackForward.WasCached"
+ enum="NavigationWasServedFromCache">
+ <owner>clamy@chromium.org</owner>
+ <summary>Whether the back-forward navigation was served from cache.</summary>
+</histogram>
+
<histogram name="Navigation.ClearSiteData.Duration" units="ms">
<owner>msramek@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698