| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9d3aff3a9f2721c2a09e4edb41a05a01fd812015..b3c04e22798be30c1013680a9440ba6b15538013 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -7063,6 +7063,55 @@ 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>
|
| + <summary>The reason of remote hang processes termination.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Chrome.ProcessSingleton.RemoteProcessInteractionResult"
|
| + enum="RemoteProcessInteractionResult">
|
| + <owner>aseren@yandex-team.ru</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>
|
| + <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>
|
| + <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>
|
| + <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>
|
| + <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>
|
|
|