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

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

Issue 703453004: Plugin Power Saver: Add some UMAs to test plugins in wild. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 0e6cdbb03cb4cbf78fc6d8e3d9aaea3d4add5f55..a9064a9cae5a05e55af5bbe270d2f3756f8130be 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2659,7 +2659,42 @@ should be able to be added at any place in this file.
<action name="Flash.PluginInstanceCreated">
<owner>thestig@chromium.org</owner>
- <description>Count of frame loads that also load PPAPI Flash.</description>
+ <description>Count of Flash plugin instances.</description>
+</action>
+
+<action name="Flash.PluginInstanceEssentialCrossOrigin">
+ <owner>thestig@chromium.org</owner>
+ <description>
+ Count of cross-origin Flash plugin instances marked essential. These may
+ either be large, or the origin may be whitelisted.
+ </description>
+</action>
+
+<action name="Flash.PluginInstanceEssentialSameOrigin">
+ <owner>thestig@chromium.org</owner>
+ <description>Count of same-origin Flash plugin instances.</description>
+</action>
+
+<action name="Flash.PluginInstancePeripheral">
+ <owner>thestig@chromium.org</owner>
+ <description>Count of Flash plugin instances marked peripheral.</description>
+</action>
+
+<action name="Flash.PluginInstanceUnthrottledByClick">
+ <owner>thestig@chromium.org</owner>
+ <description>
+ Count of peripheral Flash plugin instances later marked essential by a user
+ click.
+ </description>
+</action>
+
+<action name="Flash.PluginInstanceUnthrottledByWhitelist">
+ <owner>thestig@chromium.org</owner>
+ <description>
+ Count of peripheral Flash plugin instances later marked essential by a
+ retroactive update of the whitelist. These retroactive updates are usually
+ happen at the speed of IPC and look instantaneous.
+ </description>
</action>
<action name="FocusAppMenu">

Powered by Google App Engine
This is Rietveld 408576698