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

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: rebase 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
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
Ilya Sherman 2017/03/15 08:18:07 Is it perhaps worth deprecating Extensions.InjectS
Kunihiko Sakamoto 2017/03/16 07:39:02 Devlin, is it okay to deprecate Extensions.InjectS
Devlin 2017/03/16 14:56:17 TL;DR: Yes. Extensions.InjectScriptTime now measu
+ asynchronously injected scripts.
+ </summary>
+</histogram>
+
<histogram name="Extensions.InjectEnd_BlockingScriptCount">
<owner>rdevlin.cronin@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698