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

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

Issue 62953020: Added UMA to track ExtensionService::Init time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 7 years, 1 month 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 | « chrome/browser/extensions/extension_service.cc ('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 c7cb9ae3c485d923590eaab913516b2ab613e0a3..d9bc928fcf549e1e2e9395dfcabdbc597f8669b4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4348,6 +4348,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Extensions.ExtensionServiceInitTime">
+ <summary>
+ Time taken for the ExtensionService to initialize, including the time it
+ takes to load the extensions for the service's profile and parse their
+ manifests. This happens during startup and also any time a new profile is
+ loaded.
+ </summary>
+</histogram>
+
<histogram name="Extensions.ExtensionUninstalled">
<summary>An extension has been uninstalled.</summary>
</histogram>
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698