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

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 1a58b6fd7b6b3a72ebc3e29a26a705d5d9d0ae64..bcffb1c6f3bec051f0a82c3016cd4ce2e815e2fc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18389,6 +18389,15 @@ 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 scripts injected by extensions. Unlike
Devlin 2017/03/10 03:18:45 Be more specific here - scripts injected at which
Kunihiko Sakamoto 2017/03/10 07:07:28 Done.
+ 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