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

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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a5ac893fa30a308d8b973c252b0bed2092235622..dd6a6f4c20643896a4863ee41281aaeade8d3d51 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9273,6 +9273,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.</summary>
jar (doing other things) 2013/06/05 18:17:54 Please indicate when this sample is taken. Is th
pasko 2013/06/05 18:35:23 Done. It happens on index start.
+</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
« net/disk_cache/simple/simple_index.cc ('K') | « net/disk_cache/simple/simple_index.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698