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

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

Issue 295913014: Disk cache: Remove stats_histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo 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 | « net/net.gypi ('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 23882ca7c3a981cc82b62b65a379e6c93a9eefd7..7f40492d3b3f714f2818370858a7192dda4ed666 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3371,6 +3371,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The age of the cache's files (wall time). ShaderCache.</summary>
</histogram>
+<histogram name="DiskCache.SizeStats2" units="kilobytes">
+ <owner>rvargas@chromium.org</owner>
+ <summary>The size distribution of data stored in the HTTP cache.</summary>
+</histogram>
+
<histogram name="DiskCache.TotalIOTime" units="milliseconds">
<obsolete>
Deprecated.
« no previous file with comments | « net/net.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698