diff options
Diffstat (limited to 'net/disk_cache/blockfile/block_bitmaps_v3.cc')
-rw-r--r-- | net/disk_cache/blockfile/block_bitmaps_v3.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/blockfile/block_bitmaps_v3.cc b/net/disk_cache/blockfile/block_bitmaps_v3.cc index 984ce49..011793c 100644 --- a/net/disk_cache/blockfile/block_bitmaps_v3.cc +++ b/net/disk_cache/blockfile/block_bitmaps_v3.cc @@ -148,7 +148,8 @@ int BlockBitmaps::HeaderNumberForNewBlock(FileType block_type, header_num = -1; } - HISTOGRAM_TIMES("DiskCache.GetFileForNewBlock", TimeTicks::Now() - start); + LOCAL_HISTOGRAM_TIMES("DiskCache.GetFileForNewBlock", + TimeTicks::Now() - start); return header_num; } |