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

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

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, 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 225c79d5e87806224691c9907f6bd67ba636ff34..bfd788671dea01a41327fd580b539f0275b7e527 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8967,6 +8967,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<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>
@@ -8981,6 +8989,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>
@@ -9001,6 +9017,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>
« extensions/renderer/scripts_run_info.cc ('K') | « extensions/renderer/user_script_injector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698