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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2211753002: Plugin Power Saver Tiny: Fix Plugin.PowerSaver.PeripheralHeuristic UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge. and change to enum Created 4 years, 4 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/render_frame_impl.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 7b4de2348950edba7d73470da6f1047c18a2ed20..1c363baace06f3493ebd76f26d8c309de6d78d15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42695,13 +42695,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Plugin.PowerSaver.PeripheralHeuristic"
enum="PluginPowerSaverPeripheralHeuristicDecision">
+ <obsolete>
+ Deprecated in favor of Plugin.PowerSaver.PeripheralHeuristicFinalDecision.
+ </obsolete>
+ <owner>tommycli@chromium.org</owner>
+ <summary>
+ Records each decision of the Plugin Power Saver peripheral content
+ heuristic. This UMA is counted once per peripheral query, and may count a
+ single plugin instance multiple times as it is resized.
+ </summary>
+</histogram>
+
+<histogram name="Plugin.PowerSaver.PeripheralHeuristicInitialDecision"
+ enum="PluginPowerSaverPeripheralHeuristicDecision">
<owner>tommycli@chromium.org</owner>
<summary>
- Record the initial decision of the Plugin Power Saver peripheral content
- heuristic. For each plugin instance, this heuristic decides whether the
- plugin instance is essential content or peripheral. All same-origin content
- is essential. Cross-origin content is peripheral if it is small and not on
- the origin whitelist.
+ Records the initial decision of the Plugin Power Saver peripheral content
+ heuristic for each plugin instance. This is recorded once per plugin
+ instance.
</summary>
</histogram>
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698