Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 291b5c1b79721542980849322e2bbe54d4cebe3d..852d6b771cebf5cc9098ccf1dc2dc6687146af31 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -16662,6 +16662,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Extensions.ExtensionCreationTime" units="microseconds"> |
+ <owner>rdevlin.cronin@chromium.org</owner> |
+ <summary> |
+ The amount of time taken to create a single extension object. This includes |
+ parsing all the different extension manifest keys and initializating the |
+ associated manifest data. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Extensions.ExtensionFrameMapCacheHit" units="Boolean"> |
<owner>rdevlin.cronin@chromium.org</owner> |
<summary> |
@@ -114397,6 +114406,14 @@ value. |
<affected-histogram name="Prerender.TimeUntilUsed2"/> |
</histogram_suffixes> |
+<histogram_suffixes name="ProcessType" separator="."> |
+ <suffix name="BrowserProcess" label="Browser Process"/> |
+ <suffix name="RendererProcess" |
+ label="Renderer Process (not an extension process)"/> |
+ <suffix name="ExtensionProcess" label="Extension Process"/> |
+ <affected-histogram name="Extensions.ExtensionCreationTime"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="ProfileMenuGAIASource" separator="."> |
<suffix name="NonGAIA" label="Interaction was not initiated from GAIA"/> |
<suffix name="GAIASignout" |