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

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

Issue 16286015: SimpleCache: more histograms watching how index is loaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased on top of Randy's megapatch Created 7 years, 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/simple/simple_index_file.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 7d952ed139cc9ed3515e8ff11ac3e10a4f0e7851..f5e28a0679483aeb2ec5e2ca20cfa99f9615448d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9312,6 +9312,17 @@ other types of suffix sets.
<summary>The number of entries in a newly created index file.</summary>
</histogram>
+<histogram name="SimpleCache.IndexEntriesLoaded">
+ <summary>Number of entries loaded from the index file on start.</summary>
+</histogram>
+
+<histogram name="SimpleCache.IndexEntriesRestored">
+ <summary>
+ Number of entries restored from disk when there was no index or the index
+ was corrupted.
+ </summary>
+</histogram>
+
<histogram name="SimpleCache.IndexInitializationWaiters">
<summary>
At the time of index initialization, the number of enqueued jobs awaiting
« no previous file with comments | « net/disk_cache/simple/simple_index_file.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698