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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2341553002: [MD Extensions] Add some performance metrics (Closed)
Patch Set: Dan's Created 4 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fb9037b503330289916dfb4956ee1dac297a8504..c9014f0325183a15b4b805770ed2ab7448c47074 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16781,6 +16781,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.WebUi.DocumentLoadedInMainFrameTime" units="ms">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The amount of time between starting the provisional load and fully loading
+ the document in the main frame of the chrome://extensions page. This
+ corresponds to the WebContentsObserver::DocumentLoadedInFrame method.
+ </summary>
+</histogram>
+
+<histogram name="Extensions.WebUi.LoadCompletedInMainFrame" units="ms">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The amount of time between starting the provisional load and having
+ completed the onload handler in the main frame of the chrome://extensions
+ page. This corresponds to the
+ WebContentsObserver::DocumentOnLoadCompletedInMainFrame method.
+ </summary>
+</histogram>
+
<histogram name="ExtensionService.AddVerified" enum="BooleanSuccess">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -100467,6 +100486,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Extensions.Database.Restore"/>
</histogram_suffixes>
+<histogram_suffixes name="ExtensionWebUiPageType" separator=".">
+ <suffix name="MD" label="The Material Design chrome://extensions page."/>
+ <suffix name="Uber" label="The Uber chrome://extensions page."/>
+ <affected-histogram name="Extensions.WebUi.DocumentLoadedInMainFrameTime"/>
+ <affected-histogram name="Extensions.WebUi.LoadCompletedInMainFrame"/>
+</histogram_suffixes>
+
<histogram_suffixes name="ExternalExtensionEvent" separator="">
<suffix name="NonWebstore"
label="sideloaded extensions that don't update from the webstore"/>

Powered by Google App Engine
This is Rietveld 408576698