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

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

Issue 81603002: Send UMA stability stats in a separate UMA log on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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 | « chrome/common/metrics/metrics_log_manager_unittest.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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 240851)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -20326,6 +20326,13 @@
</summary>
</histogram>
+<histogram name="UMA.LoadLogsTime" units="milliseconds">
+ <summary>
+ The time spent to load (de-serialize) unsent logs from local state, recorded
+ during the MetricsService startup sequence.
+ </summary>
+</histogram>
+
<histogram name="UMA.LogLoadComplete called">
<summary>
Simple counter of the number of times LogLoadComplete was called (bug
@@ -20367,6 +20374,13 @@
</summary>
</histogram>
+<histogram name="UMA.StoreLogsTime" units="milliseconds">
+ <summary>
+ The time spent to store unsent logs to local state, which is done
+ periodically and also during start up if there was an initial stability log.
+ </summary>
+</histogram>
+
<histogram name="UMA.Unacceptable_Log_Discarded">
<obsolete>
Deprecated as of May, 2012 (i.e. Chrome 21+). Replaced by the
« no previous file with comments | « chrome/common/metrics/metrics_log_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698