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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1977863003: SimpleCache: open with fewer seeks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@open-speeder-macbetter
Patch Set: move obsolete section Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9643bb8cef840917f12b86b392fa8fe3cb4a70c5..f55642e9b39bf14cc7c6c33c3b796a6e088dfd88 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50475,6 +50475,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="SimpleCache.KeyMatchedOnOpen" enum="BooleanMatched">
+ <obsolete>
+ Deprecated 2016-05 as the match checking was moved back into the entry
+ itself, so this result is now reported in the SimpleCache.x.SyncOpenResult
+ histograms.
+ </obsolete>
<owner>gavinp@chromium.org</owner>
<summary>
For each call to OpenEntry, whether the key on disk matched the request key.
@@ -85774,7 +85779,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Bad Magic Number"/>
<int value="4" label="Bad Version"/>
<int value="5" label="Can't Read Key"/>
- <int value="6" label="Key Mismatch (obsolete)"/>
+ <int value="6" label="Key Mismatch"/>
<int value="7" label="Hash Mismatch"/>
</enum>
« net/disk_cache/simple/simple_util.cc ('K') | « net/disk_cache/simple/simple_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698