Commit 1c61fe00 authored by rvargas@google.com's avatar rvargas@google.com

Disk Cache: Fix the value reported for QuickListCheck histogram.

BUG=none
TEST=none
TBR=gavinp@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10850035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149762 0039d316-1c4b-4281-b951-d872f2087c98
parent 04f6f98f
......@@ -906,7 +906,7 @@ int Rankings::CheckListSection(List list, Addr end1, Addr end2, bool forward,
void Rankings::QuickListCheck() {
for (int i = 0; i < LAST_ELEMENT; i++) {
int rv = CheckHeadAndTail(static_cast<List>(i));
CACHE_UMA(CACHE_ERROR, "QuickListCheck", 0, rv);
CACHE_UMA(CACHE_ERROR, "QuickListCheck", 0, rv * -1);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment