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

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

Issue 2404223003: Modify Blink.Canvas.toDataURL UMA performance metrics (Closed)
Patch Set: Instead of remove, modify Created 4 years, 2 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/core/html/HTMLCanvasElement.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 dbf554246285e39c0fa2b17c7777b698507c2ce5..334666f7804b74b231c59b0e50bcc919fb8d0fe4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -102553,13 +102553,8 @@ value.
</histogram_suffixes>
<histogram_suffixes name="BlinkCanvasToDataURLTime" separator=".">
- <suffix name="BMP"/>
- <suffix name="GIF"/>
- <suffix name="ICON"/>
<suffix name="JPEG"/>
<suffix name="PNG"/>
- <suffix name="TIFF"/>
- <suffix name="Unknown"/>
jwd 2016/10/12 19:01:30 Please mark these as obsolete rather than deleting
xlai (Olivia) 2016/10/12 19:19:10 Done.
<suffix name="WEBP"/>
<affected-histogram name="Blink.Canvas.ToDataURL"/>
</histogram_suffixes>
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698