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

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

Issue 1663273002: [Merge M48] "[Merge M49] Add Startup.SameVersionStartupCount histogram" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_m48_b1_time_since_last_startup
Patch Set: Created 4 years, 11 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 f3f225db95eb109accf4459ec36966a47e53093c..f95717c1e7d19bc3c633793b7fd4b4003632e7e2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45632,6 +45632,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="milliseconds">
<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