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

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

Issue 2910003002: Stability instrumentation: metrics for collection on crash (Closed)
Patch Set: Set pma state to deleted 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 6ed192b3a430a9c42cd098e58111a7082c27aa59..b990609f1b4ccec7c33886d37d5b70cf864e0f79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -449,13 +449,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="ActivityTracker.CollectCrash.OpenForDeleteSuccess"
- enum="BooleanSuccess">
+<histogram name="ActivityTracker.CollectCrash.CrashCount"
+ units="count">
<owner>manzagop@chromium.org</owner>
<summary>
- Success of the attempt to open the debug file for deletion. Logged each time
- a debug file is opened for deletion during collection from the crash
- handler.
+ Number of times the stability instrumentation is successfully collected on
+ crash. Logged on crash collection, if the collection is successful.
</summary>
</histogram>
@@ -477,6 +476,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.Record.SetPmaDeletedSuccess"
+ enum="BooleanSuccess">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Success of the attempt to open the debug file and set its persistent memory
+ allocator state to deleted. Logged each time a debug file from a different
+ process is marked as deleted.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.Record.SetupTime" units="ms">
<owner>manzagop@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698