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

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 ac5fc8967af81924ff420da793841ec56866e75a..bba78e12d409278f18e24ef6c3e607b3a9fa8b9d 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>
+<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>
« 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