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

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

Issue 996013004: Add metric measuring Feature Provider Static() length in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ilya comments Created 5 years, 9 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/features/feature_provider.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 612cfe7e84742ff5d1332e697a98568368717b15..443b3af0ba1586ee176759131684aa17ba32c1aa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8876,6 +8876,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.FeatureProviderStaticInitTime" units="milliseconds">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed during
+ extensions::FeatureProvider::Static. Only measured while in the browser
+ process.
+ </summary>
+</histogram>
+
<histogram name="Extensions.FileAccessAllowed">
<owner>kalman@chromium.org</owner>
<summary>
« no previous file with comments | « extensions/common/features/feature_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698