Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1928)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1927313002: Add histogram for IIRFilter orders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698