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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2329613002: Split SVGImage-related cases into separate UseCounter histograms (Closed)
Patch Set: Created 4 years, 3 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/page/Page.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 41f3ecd9d823dc6becd0a4e73b611f14f5d0bc9e..bb257bfd9467a28f9ffa2d6efaee2d4571542005 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66459,6 +66459,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="WebCore.UseCounter_TEST.SVGImage.CSSProperties"
+ enum="MappedCSSProperties">
+ <owner>rbyers@chromium.org</owner>
+ <summary>
+ Like WebCore.UseCounter_TEST.CSSProperties but specifically for the case of
+ CSS properties used inside of an SVG image.
+ </summary>
+ <details>
+ The bucket numbered '1' is incremented each time a new SVG image is created.
rkaplow 2016/09/12 15:20:57 this description is a bit confused since this uses
Rick Byers 2016/09/12 21:04:05 Yeah I was just being lazy copying the existing te
+ Note that the same SVG image can be used across multiple tabs in a single
+ renderer but this counts as a single usage. See http://crbug.com/236262.
+ </details>
+</histogram>
+
+<histogram name="WebCore.UseCounter_TEST.SVGImage.Features"
+ enum="FeatureObserver">
+ <owner>rbyers@chromium.org</owner>
+ <summary>
+ Like WebCore.UseCounter_TEST.Features except specifically for the case of
+ SVG Images.
+ </summary>
+ <details>
+ Count of how many SVG images use various features. The PageVisits bucket is
+ incremented each time a new SVG image is created. Note that the same SVG
+ image can be used across multiple tabs in a single renderer but this counts
+ as a single usage. See http://crbug.com/236262.
+ </details>
+</histogram>
+
<histogram name="WebCore.V8DOMWindowShell.createContext.IsolatedWorld"
units="ms">
<obsolete>
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698