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

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

Issue 214983003: Add the WebRTC.webkitApiCountPerSession metric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per discussion. Created 6 years, 9 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
« no previous file with comments | « content/renderer/media/webrtc_uma_histograms_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+ &quot;session&quot; 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>
« no previous file with comments | « content/renderer/media/webrtc_uma_histograms_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698