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

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

Issue 148013004: Add UMA stats for ExtensionCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « chrome/browser/extensions/updater/local_extension_cache.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 1d9dc9af82964dd8d39f251afee8ca3a6454c17e..ab8e9eb55f2ca89ff3592c8bc3120b1bd3be9401 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4425,6 +4425,14 @@ other types of suffix sets.
<summary>The time for an extension's event page to load.</summary>
</histogram>
+<histogram name="Extensions.ExtensionCacheCount">
+ <summary>Number of cached extensions on disk.</summary>
Mark P 2014/01/28 21:45:57 Please say when this is emitted.
Dmitry Polukhin 2014/01/28 21:59:15 Done.
+</histogram>
+
+<histogram name="Extensions.ExtensionCacheSize" units="MB">
+ <summary>Total size of .crx files in cache on disk.</summary>
Mark P 2014/01/28 21:45:57 Please say when this is emitted.
Dmitry Polukhin 2014/01/28 21:59:15 Done.
+</histogram>
+
<histogram name="Extensions.ExtensionInstalled">
<summary>An extension has been installed.</summary>
</histogram>
« no previous file with comments | « chrome/browser/extensions/updater/local_extension_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698