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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 878513005: Extensions: suspend extension's scripts when V8 is paused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « extensions/renderer/user_script_injector.cc ('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 4fd69481473431e2954fa9b5ccbb37c6646fafb8..ecfe72b3f67bf9565d8bf133cbb0d3ccbb34e664 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8975,6 +8975,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
rkaplow 2015/03/05 22:38:23 I will note that you can make this a bit more conc
kozy 2015/03/06 07:53:09 Acknowledged.
+<histogram name="Extensions.InjectEnd_BlockingScriptCount">
+ <owner>kalman@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ Number of blocking scripts injected at document end by extensions.
+ </summary>
+</histogram>
+
<histogram name="Extensions.InjectEnd_ScriptCount">
<owner>kalman@chromium.org</owner>
<owner>rdevlin.cronin@chromium.org</owner>
@@ -8989,6 +8997,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.InjectIdle_BlockingScriptCount">
+ <owner>kalman@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ Number of blocking scripts injected at document idle by extensions.
+ </summary>
+</histogram>
+
<histogram name="Extensions.InjectIdle_ScriptCount">
<owner>kalman@chromium.org</owner>
<owner>rdevlin.cronin@chromium.org</owner>
@@ -9009,6 +9025,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Time taken to inject all scripts by extensions.</summary>
</histogram>
+<histogram name="Extensions.InjectStart_BlockingScriptCount">
+ <owner>kalman@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ Number of blocking scripts injected at document start by extensions.
+ </summary>
+</histogram>
+
<histogram name="Extensions.InjectStart_CssCount">
<owner>kalman@chromium.org</owner>
<owner>rdevlin.cronin@chromium.org</owner>
« no previous file with comments | « extensions/renderer/user_script_injector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698