Chromium Code Reviews| 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> |
|
Alexey Seren
2017/05/16 05:30:38
Should I change owner of new histograms to someone
gab
2017/05/16 15:04:27
Multiple owners are allowed. You can put both of u
|
| + <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> |