rocksdb/trace_replay
haoyuhuang 7a8d7358bb Integrate block cache tracer in block based table reader. (#5441)
Summary:
This PR integrates the block cache tracer into block based table reader. The tracer will write the block cache accesses using the trace_writer. The tracer is null in this PR so that nothing will be logged.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5441

Differential Revision: D15772029

Pulled By: HaoyuHuang

fbshipit-source-id: a64adb92642cd23222e0ba8b10d86bf522b42f9b
2019-06-14 17:40:31 -07:00
..
block_cache_tracer_test.cc Integrate block cache tracer in block based table reader. (#5441) 2019-06-14 17:40:31 -07:00
block_cache_tracer.cc Integrate block cache tracer in block based table reader. (#5441) 2019-06-14 17:40:31 -07:00
block_cache_tracer.h Integrate block cache tracer in block based table reader. (#5441) 2019-06-14 17:40:31 -07:00
trace_replay.cc Add block cache tracer. (#5410) 2019-06-06 11:24:39 -07:00
trace_replay.h Add block cache tracer. (#5410) 2019-06-06 11:24:39 -07:00