]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Statistics code cleanup laser
authorIgor Canadi <icanadi@fb.com>
Fri, 17 Jan 2014 20:46:06 +0000 (12:46 -0800)
committerIgor Canadi <icanadi@fb.com>
Fri, 17 Jan 2014 20:46:06 +0000 (12:46 -0800)
commit83681bf9efa6b2d15c3d3115f1127a96bc932ce7
tree1c0c1b6a711fe919d4f7b5dd882ebb28d037f19e
parent0f4a75b710d616b08a06321ae29979d05cbf1f76
Statistics code cleanup

Summary: I'm separating code-cleanup part of https://reviews.facebook.net/D14517. This will make D14517 easier to understand and this diff easier to review.

Test Plan: make check

Reviewers: haobo, kailiu, sdong, dhruba, tnovak

Reviewed By: tnovak

CC: leveldb
Differential Revision: https://reviews.facebook.net/D15099
19 files changed:
db/compaction_picker.cc
db/db_bench.cc
db/db_impl.cc
db/db_statistics.cc [deleted file]
db/db_statistics.h [deleted file]
db/db_test.cc
db/memtable.cc
db/merge_helper.cc
db/simple_table_db_test.cc
db/write_batch.cc
include/rocksdb/statistics.h
table/table_test.cc
tools/db_stress.cc
util/histogram.cc
util/histogram.h
util/statistics.cc
util/statistics.h [new file with mode: 0644]
util/statistics_imp.h [deleted file]
util/stop_watch.h