Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index dccb6ca26c7a940dd7b335914a764a6251e574cb..dabd614b901c0e844b43b171611a1acc4084ac25 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -29077,6 +29077,27 @@ other types of suffix sets. |
| <summary>Counts number of calls to WebRTC APIs from JavaScript.</summary> |
| </histogram> |
| +<histogram name="WebRTC.webkitApiCountPerSession" enum="JavaScriptAPIName"> |
| + <owner>tommi@chromium.org</owner> |
| + <summary> |
| + Counts number of calls to WebRTC APIs from JavaScript, once per |
|
Alexei Svitkine (slow)
2014/03/28 15:35:54
Nit: Too many spaces after once.
|
| + "session" which is demarcated by the total number of MediaStreams |
| + within a renderer process that are being sent over a PeerConnection |
| + transitioning from or to 0. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="WebRTC.webkitApiCountUniqueByOrigin" enum="JavaScriptAPIName"> |
| + <obsolete> |
| + Deprecated as of r253828 (27 Feb 2014). |
| + </obsolete> |
| + <owner>tommi@chromium.org</owner> |
| + <summary> |
| + Counts number of calls to WebRTC APIs from JavaScript, once per origin per |
| + renderer process. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Webstore.ExtensionInstallResult" enum="BooleanSuccess"> |
| <owner>jackhou@chromium.org</owner> |
| <summary> |