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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1652083003: [Merge M49] Add Startup.SameVersionStartupCount histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 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
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.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 b9e4e46bbe6237ab08c21f43c2962af7845e8e65..aa46f1790ce369e7f02c234e8664e1d17d7a99f0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47688,6 +47688,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Startup.SameVersionStartupCount">
+ <owner>gab@chromium.org</owner>
+ <summary>
+ The number of startups the current version has been through. Reported once
+ per Chrome session, on startup. Any user that reports X for this version
+ will also have previously reported [1,X-1] for this version through the
+ previous X-1 Chrome sessions.
+ </summary>
+</histogram>
+
<histogram name="Startup.ShowAppListColdStart" units="ms">
<owner>jeremy@chromium.org</owner>
<owner>tapted@chromium.org</owner>
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698