Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index d3ed17e789fadaa40776ec4251902eae07f96d6d..4d169c8da2ea3f6e969c2258ad20cd167e1e8e6e 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -8144,6 +8144,16 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Extensions.ExtensionServiceNotifyReadyListenersTime"> |
+ <owner>kalman@chromium.org</owner> |
+ <summary> |
+ Time taken for the ExtensionService to notify all ready listeners that the |
+ extension system is now ready. This happens as part of the total |
+ initialization time of ExtensionService, measured in |
+ Extensions.ExtensionServiceInitTime. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Extensions.ExtensionUninstalled"> |
<owner>kalman@chromium.org</owner> |
<summary>An extension has been uninstalled.</summary> |
@@ -8405,9 +8415,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Extensions.LoadAllComponentTime" units="milliseconds"> |
+ <owner>kalman@chromium.org</owner> |
+ <summary> |
+ Time taken to load all component extensions at browser startup. This happens |
+ as part of the total initialization time of ExtensionService, measured in |
+ Extensions.ExtensionServiceInitTime. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Extensions.LoadAllTime" units="milliseconds"> |
<owner>kalman@chromium.org</owner> |
- <summary>Time taken to load all extensions at browser startup.</summary> |
+ <summary> |
+ Time taken to load all non-component extensions at browser startup. This |
+ happens as part of the total initialization time of ExtensionService, |
+ measured in Extensions.ExtensionServiceInitTime. |
+ </summary> |
</histogram> |
<histogram name="Extensions.LoadApp"> |