Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a868c97bf2d2ffcd0546c06391f894fec0080672..2706c341a50058db0b1b960611aa68c9ce2ff14e 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -37829,6 +37829,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary>True if a URLRequest's referrer is empty or valid when set.</summary> |
| </histogram> |
| +<histogram name="Net.WebSocket.DataUse.Downstream" units="bytes"> |
| + <owner>rajendrant@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Records the downstream data use of web sockets. Logged on every read |
|
tyoshino (SeeGerritForStatus)
2017/03/24 11:58:29
please use WebSockets for consistency with other e
Raj
2017/03/24 20:28:41
Done.
|
| + operation in the socket. |
|
tyoshino (SeeGerritForStatus)
2017/03/24 11:58:29
the WebSocket?
Raj
2017/03/24 20:28:41
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Net.WebSocket.DataUse.Upstream" units="bytes"> |
| + <owner>rajendrant@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Records the upstream data use of web sockets. Logged on every write |
|
tyoshino (SeeGerritForStatus)
2017/03/24 11:58:28
ditto
Raj
2017/03/24 20:28:41
Done.
|
| + operation in the socket. |
|
tyoshino (SeeGerritForStatus)
2017/03/24 11:58:28
ditto
Raj
2017/03/24 20:28:41
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.WebSocket.DeflateMode" |
| enum="WebSocketNewPerMessageDeflateContextTakeoverMode"> |
| <owner>yhirano@chromium.org</owner> |