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

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

Issue 2607773003: [Extensions] Add metrics for extension initialization (Closed)
Patch Set: Mark's Created 3 years, 11 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
« no previous file with comments | « extensions/common/extension.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 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"
« no previous file with comments | « extensions/common/extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698