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

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

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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1a58b6fd7b6b3a72ebc3e29a26a705d5d9d0ae64..579ecdf3e79e97885819ff259b85123424e85cf5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18389,6 +18389,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>

Powered by Google App Engine
This is Rietveld 408576698