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

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

Issue 2923523002: Decouple stability instrumentation recording and collection (Closed)
Patch Set: get rid of some braces Created 3 years, 6 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 | « tools/metrics/histograms/enums.xml ('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 3601a619d5946a35efc0030093464ef1fb757b3d..2f0eae3a3f0b117b6b369bbbc152419557cb8aaf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -424,6 +424,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="ActivityTracker.Collect.UncleanShutdownCount" units="count">
+ <obsolete>
+ Deprecated 05/2017 in favor of ActivityTracker.Collect.Status.
+ </obsolete>
<owner>manzagop@chromium.org</owner>
<summary>
Number of unclean shutdowns, as derived from the stability instrumentation.
@@ -432,6 +435,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="ActivityTracker.Collect.UncleanSystemCount" units="count">
+ <obsolete>
+ Deprecated 05/2017 in favor of ActivityTracker.Collect.Status.
+ </obsolete>
<owner>manzagop@chromium.org</owner>
<summary>
Number of unclean shutdowns that can potentially be attributed to system
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698