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

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

Issue 2871793003: Added histograms on process singleton create when remote process exists and we cannot notify it (Closed)
Patch Set: Updated histograms owners 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
« 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 9d3aff3a9f2721c2a09e4edb41a05a01fd812015..746a9d54ea7d00d6413818e284e4f0fa2e06dd3b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7063,6 +7063,61 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Chrome.ProcessSingleton.RemoteHungProcessTerminateReason"
+ enum="RemoteHungProcessTerminateReason">
+ <owner>aseren@yandex-team.ru</owner>
+ <owner>gab@chromium.org</owner>
+ <summary>The reason of remote hang processes termination.</summary>
+</histogram>
+
+<histogram name="Chrome.ProcessSingleton.RemoteProcessInteractionResult"
+ enum="RemoteProcessInteractionResult">
+ <owner>aseren@yandex-team.ru</owner>
+ <owner>gab@chromium.org</owner>
+ <summary>
+ Used to send the result of interaction with remote process as histograms in
+ case when remote process influences on start.
+ </summary>
+</histogram>
+
+<histogram name="Chrome.ProcessSingleton.TerminateProcessErrorCode.Posix"
+ enum="OSAgnosticErrno">
+ <owner>aseren@yandex-team.ru</owner>
+ <owner>gab@chromium.org</owner>
+ <summary>
+ The error code of remote process termination on Posix in case when remote
+ process hung.
+ </summary>
+</histogram>
+
+<histogram name="Chrome.ProcessSingleton.TerminateProcessErrorCode.Windows"
+ enum="WinGetLastError">
+ <owner>aseren@yandex-team.ru</owner>
+ <owner>gab@chromium.org</owner>
+ <summary>
+ The error code of remote process termination on Windows in case when remote
+ process hung.
+ </summary>
+</histogram>
+
+<histogram name="Chrome.ProcessSingleton.TerminateProcessTime" units="ms">
+ <owner>aseren@yandex-team.ru</owner>
+ <owner>gab@chromium.org</owner>
+ <summary>
+ Time it takes from TerminateProcess call to the moment when we stop waiting
+ for remote process switches to signal state.
+ </summary>
+</histogram>
+
+<histogram name="Chrome.ProcessSingleton.TerminationWaitErrorCode.Windows"
+ enum="WinGetLastError">
+ <owner>aseren@yandex-team.ru</owner>
+ <owner>gab@chromium.org</owner>
+ <summary>
+ The error code of wating for remote process termination on Windows.
+ </summary>
+</histogram>
+
<histogram name="Chrome.ProcessSingleton.TimeToCreate" units="ms">
<owner>gab@chromium.org</owner>
<summary>
« 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