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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2910003002: Stability instrumentation: metrics for collection on crash (Closed)
Patch Set: address rkaplow comments 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 e4580c7c456f2a166cbcde31cd93dfa8f4715559..e6bd11b74c6f27be0bbde63b50bca93868192b60 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -449,8 +449,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.CollectCrash.Event"
+ enum="ActivityTrackerCollectOnCrashEvent">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Events that occur during crash collection of the debug file. Logged each
+ time an event of interest occurs during crash debug file collection.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.CollectCrash.OpenForDeleteSuccess"
enum="BooleanSuccess">
+ <obsolete>
+ Deprecated 05/2017 in favor of ActivityTracker.CollectCrash.Event.
+ </obsolete>
<owner>manzagop@chromium.org</owner>
<summary>
Success of the attempt to open the debug file for deletion. Logged each time
@@ -468,8 +480,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.Record.Event"
+ enum="ActivityTrackerRecordEvent">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Events pertaining to recording to the debug file. Logged each time an event
+ of interest occurs wrt debug file recording.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.Record.InitStatus"
enum="ActivityTrackerRecordInitStatus">
+ <obsolete>
+ Deprecated 05/2017 in favor of ActivityTracker.Record.Event.
+ </obsolete>
<owner>manzagop@chromium.org</owner>
<summary>
Status of internal activity tracking initialization. Logged once, during the
« 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