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

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

Issue 299853002: Make installed_loader UMA less wasteful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/manifest.h ('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 f52679310e917cb2ad522ceca0e592895369842f..fdc77b5b873dac8dafd06fb10554df6907351cac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6621,6 +6621,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.ManifestVersion">
+ <owner>kalman@chromium.org</owner>
+ <summary>The manifest version of each loaded extension.</summary>
+</histogram>
+
<histogram name="Extensions.NetworkDelay" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Time that network requests were blocked due to extensions.</summary>
« no previous file with comments | « extensions/common/manifest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698