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

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

Side-by-side diff isn't available for this file because of its large size.
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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 477ad058849b3f1a0caa0bdd1ed7a5a9ddbe5bb0..738a5e929c067036a69a145e86f3de5fc8729e44 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8857,6 +8857,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.FeatureProviderStaticInitTime">
+ <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>

Powered by Google App Engine
This is Rietveld 408576698