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

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

Issue 2800343004: Add histograms for animated image types
Patch Set: Created 3 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
« no previous file with comments | « third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp ('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 540d233bcb7d01c985ffcb88cdeccdff6f0ca59e..92f6c6d3af5ef1d2e52fc98fa7f47145ae5d727a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4490,6 +4490,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Records whenever a Blimp tab toggles visibility.</summary>
</histogram>
+<histogram name="Blink.AnimatedImageType" enum="AnimatedImageType">
+ <owner>scroggo@chromium.org</owner>
+ <summary>
+ Type of encoded image used for animation. Logged during parsing, which
+ typically happens twice per animated image on the page.
+ </summary>
+</histogram>
+
<histogram name="Blink.Binding.InitializeMainWindowProxy" units="microseconds">
<owner>peria@chromium.org</owner>
<summary>
@@ -80841,6 +80849,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="Undos Dismissed (Action) (Deprecated)"/>
</enum>
+<enum name="AnimatedImageType" type="int">
+ <int value="0" label="kAnimatedGIF"/>
+ <int value="1" label="kAnimatedWebP"/>
+ <int value="2" label="kAnimatedPNG"/>
+</enum>
+
<enum name="AntiVirusMetricsProviderResult" type="int">
<int value="0" label="RESULT_SUCCESS"/>
<int value="1" label="RESULT_GENERIC_FAILURE"/>
« no previous file with comments | « third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698