Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 71557263bb0bafa9bc5e630344d0b037368ea7e2..2cd02079dc3267fa51b34684c89bfa13e7356009 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -57838,6 +57838,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="WebAudio.IIRFilterNode.Order"> |
| + <owner>rtoy@chromium.org</owner> |
| + <owner>hongchan@chromium.org</owner> |
| + <summary> |
| + The order of the WebAudio IIRFilterNode. Recorded each time an IIRFilter is |
|
Ilya Sherman
2016/04/29 20:51:40
It would be nice to clarify what a node "order" is
Raymond Toy
2016/04/29 21:19:39
Done. Hope the new description is a bit better.
|
| + constructed. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="WebController.CertVerificationErrorsCacheHit" |
| enum="BooleanCacheHit"> |
| <owner>eugenebut@chromium.org</owner> |