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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1342143002: [Histograms]: Add histograms for requestIdleCallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 84b5e81b435e0c877e410bb7877281c38100d771..23c36c3e28f68670ed1cfa923b3eadeb8226666f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50844,6 +50844,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebCore.ScriptedIdleTaskController.IdleCallbackDeadline"
+ units="milliseconds">
+ <owner>rmcilroy@chromium.org</owner>
+ <summary>
+ The amount of time that a requestIdleCallback callback is allocated before
Ilya Sherman 2015/09/15 21:56:22 Optional nit: I think this sentence would be clear
rmcilroy 2015/09/15 23:18:59 That wouldn't be quite right since it isn't the ca
Ilya Sherman 2015/09/16 00:55:09 Yep, that's clearer -- thanks!
+ its deadline expires.
+ </summary>
+</histogram>
+
+<histogram name="WebCore.ScriptedIdleTaskController.IdleCallbackOverrun"
+ units="milliseconds">
+ <owner>rmcilroy@chromium.org</owner>
+ <summary>
+ The amount of time which an requestIdleCallback callback overran its
Ilya Sherman 2015/09/15 21:56:22 nit: "which an" -> "by which a"
rmcilroy 2015/09/15 23:18:59 Done.
+ deadline. Callbacks which don't overrun their deadline will report an
+ overrun of 0.
+ </summary>
+</histogram>
+
<histogram name="WebCore.Scripts.Async.NotStreamingReason"
enum="NotStreamingReason">
<owner>marja@chromium.org</owner>
@@ -60645,6 +60664,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="940" label="HTMLImportsHasStyleSheets"/>
<int value="941" label="WebkitTextInClipProperty"/>
<int value="942" label="WebkitTextInColorProperty"/>
+ <int value="943" label="HeaderValueNotMatchingRFC7230"/>
+ <int value="944" label="ClipPathOfPositionedElement"/>
+ <int value="945" label="ClipCssOfPositionedElement"/>
+ <int value="946" label="NetInfoType"/>
+ <int value="947" label="NetInfoDownlinkMax"/>
+ <int value="948" label="NetInfoOnChange"/>
+ <int value="949" label="NetInfoOnTypeChange"/>
+ <int value="950" label="V8Window_Alert_Method"/>
+ <int value="951" label="V8Window_Confirm_Method"/>
+ <int value="952" label="V8Window_Prompt_Method"/>
+ <int value="953" label="V8Window_Print_Method"/>
+ <int value="954" label="V8Window_RequestIdleCallback_Method"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698