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

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

Issue 2128683002: Collect unclean shutdown debug information (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracker
Patch Set: Merge Created 4 years, 3 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 | « components/browser_watcher/watcher_metrics_provider_win_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
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5ef617d9dfbd1d54d00646242fdddef5839a9407..d491e543d0edae6abc5efc9271fd4d1684a6edbe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -324,6 +324,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.Collect.PostmortemCount" units="ms">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ The number of postmortem reports recovered irrespective of whether they were
+ successfully wrapped in a minidump and registered with the reporter.
+ </summary>
+</histogram>
+
+<histogram name="ActivityTracker.Collect.TotalTime" units="ms">
+ <owner>manzagop@chromium.org</owner>
+ <summary>Time spent collecting stability debug information.</summary>
+</histogram>
+
<histogram name="ActivityTracker.ThreadTrackers.Count" units="count">
<owner>bcwhite@chromium.org</owner>
<summary>
« no previous file with comments | « components/browser_watcher/watcher_metrics_provider_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698