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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 62953020: Added UMA to track ExtensionService::Init time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct histograms.xml file 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c7cb9ae3c485d923590eaab913516b2ab613e0a3..4de49464d092d40c70134389a455a3b9a2e48748 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4348,6 +4348,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Extensions.ExtensionServiceInit">
+ <summary>
+ Time for the ExtensionService to initialize, including the time it takes to
koz (OOO until 15th September) 2013/11/14 03:41:24 s/Time for/Time taken for/
+ 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>

Powered by Google App Engine
This is Rietveld 408576698