[block cache] Comment out the statistics output for now

This commit is contained in:
Joe Thornber 2014-08-12 10:15:14 +01:00
parent 56e79676f3
commit ad38cfe9c9
1 changed files with 2 additions and 0 deletions

View File

@ -486,6 +486,7 @@ block_cache::~block_cache()
::close(fd_);
#if 0
std::cerr << "\nblock cache stats\n"
<< "=================\n"
<< "prefetches:\t" << prefetches_ << "\n"
@ -494,6 +495,7 @@ block_cache::~block_cache()
<< "write hits:\t" << write_hits_ << "\n"
<< "write misses:\t" << write_misses_ << "\n"
<< "write zeroes:\t" << write_zeroes_ << std::endl;
#endif
}
uint64_t