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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: comments addressed Created 3 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 | « third_party/WebKit/public/web/WebScriptExecutionCallback.h ('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 feda2df020b534842121615c2e20a44789b5aec1..b814f25823906fcfda0c199150dcbfab3a59dab8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18409,6 +18409,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.InjectedScriptExecutionTime" units="ms">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ Time taken to execute all scripts for one location within an extension.
+ Recorded every time content scripts injected by extensions are executed.
+ Unlike Extensions.InjectScriptTime, this includes execution time of
+ asynchronously injected scripts.
+ </summary>
+</histogram>
+
<histogram name="Extensions.InjectEnd_BlockingScriptCount">
<owner>rdevlin.cronin@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/public/web/WebScriptExecutionCallback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698