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

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

Issue 2715933004: MD Settings/Options: add equivalent logs for "time until interactive" (Closed)
Patch Set: Created 3 years, 10 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 c0518ce4d62d7642e0db74f2da4dbe2d941d550e..2151ea7d83c25b3f6ef3037beea7294703cc9292 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62758,6 +62758,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Settings.TimeUntilInteractive" units="ms">
+ <owner>dbeam@chromium.org</owner>
+ <summary>
+ The time until the settings Web UI is loaded, rendered, and interactive for
+ users (as in they can change a setting). Automatically logged each time the
+ settings page is opened (if not closed before interactive).
+ </summary>
+</histogram>
+
<histogram name="Settings.TrackedPreferenceChanged" enum="TrackedPreference">
<owner>gab@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698