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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1913693002: Histogram the amount of time spent on HTTP(S) page loads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Equality operations are hard, let's go trybotting Created 4 years, 7 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 | « components/page_load_metrics/browser/page_load_metrics_observer.h ('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 1d298733ffeb884c878640b0f0d4f05c494f6148..fe3a585e88b00a6f3e589891e51d307054e17927 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24187,6 +24187,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Navigation.EngagementTime.HTTP" units="ms">
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The amount of time that an HTTP page was in the foreground. Recorded on
+ every page close/transition.
+ </summary>
+</histogram>
+
+<histogram name="Navigation.EngagementTime.HTTPS" units="ms">
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The amount of time that an HTTPS page was in the foreground. Recorded on
+ every page close/transition.
+ </summary>
+</histogram>
+
<histogram name="Navigation.FrameHasEmbeddedCredentials" enum="Boolean">
<owner>palmer@chromium.org</owner>
<owner>cbentzel@chromium.org</owner>
« no previous file with comments | « components/page_load_metrics/browser/page_load_metrics_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698