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

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

Issue 2910003002: Stability instrumentation: metrics for collection on crash (Closed)
Patch Set: remove extra std::move Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fde40f26e83c1fb6e0e6d8f46a4ca389d4d8b413..53877271ac2f1ba51276856225751646a7d795f2 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
« components/browser_watcher/stability_paths.h ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698