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

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

Issue 2404223003: Modify Blink.Canvas.toDataURL UMA performance metrics (Closed)
Patch Set: obsolete 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..59b14a800c8f4fee1841921e0562a3cffe1a8bce 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -102553,13 +102553,33 @@ value.
</histogram_suffixes>
<histogram_suffixes name="BlinkCanvasToDataURLTime" separator=".">
- <suffix name="BMP"/>
- <suffix name="GIF"/>
- <suffix name="ICON"/>
+ <suffix name="BMP">
+ <obsolete>
+ Removed in Oct 2016
+ </obsolete>
+ </suffix>
+ <suffix name="GIF">
+ <obsolete>
+ Removed in Oct 2016
+ </obsolete>
+ </suffix>
+ <suffix name="ICON">
+ <obsolete>
+ Removed in Oct 2016
+ </obsolete>
+ </suffix>
<suffix name="JPEG"/>
<suffix name="PNG"/>
- <suffix name="TIFF"/>
- <suffix name="Unknown"/>
+ <suffix name="TIFF">
+ <obsolete>
+ Removed in Oct 2016
+ </obsolete>
+ </suffix>
+ <suffix name="Unknown">
+ <obsolete>
+ Removed in Oct 2016
+ </obsolete>
+ </suffix>
<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