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

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

Issue 2727953002: Added histogram for resize listener duration. (Closed)
Patch Set: Created 3 years, 10 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/frame/LocalDOMWindow.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 f070a42f80e21fa7a1b06a8ebe330b9510169707..16972580403f1e70a556146ddcd06f7d25e6e375 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4649,6 +4649,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Image codec inferred during decode.</summary>
</histogram>
+<histogram name="Blink.EventListenerDuration.Resize" units="microseconds">
+ <owner>bokan@chromium.org</owner>
+ <summary>
+ Time it takes to execute all the `resize` event listeners on a page when a
+ resize event is fired. Tracked only for the main frame.
+ </summary>
+</histogram>
+
<histogram name="Blink.Fetch.RequestResourceTime" units="microseconds">
<owner>csharrison@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698