summaryrefslogtreecommitdiff
path: root/trace_replay/block_cache_tracer.cc
AgeCommit message (Expand)Author
2021-08-11Make TraceRecord and Replayer public (#8611)Merlin Mao
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2020-09-28Genericize and clean up FastRange (#7436)Peter Dillinger
2020-08-24Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305)mrambacher
2020-06-24Fix unity build broken by #7007 (#7024)sdong
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-24Misc hashing updates / upgrades (#5909)Peter Dillinger
2019-08-09Block cache analyzer: Support reading from human readable trace file. (#5679)haoyuhuang
2019-08-06Pysim more algorithms (#5644)haoyuhuang
2019-07-22Block cache analyzer: Compute correlation of features and human readable trac...haoyuhuang
2019-07-17Block access tracing: Trace referenced key for Get on non-data blocks. (#5548)haoyuhuang
2019-07-12Block cache analyzer: Add more stats (#5516)haoyuhuang
2019-07-11Cache simulator: Add a ghost cache for admission control and a hybrid row-blo...haoyuhuang
2019-07-03Block cache tracing: Associate a unique id with Get and MultiGet (#5514)haoyuhuang
2019-07-01Remove multiple declarations o kMicrosInSecond.haoyuhuang
2019-06-30Block cache tracer: StartTrace return busy if trace is already started. (#5519)haoyuhuang
2019-06-20Add more callers for table reader. (#5454)haoyuhuang
2019-06-17Block cache tracing: Fix minor bugs with downsampling and some benchmark resu...haoyuhuang
2019-06-14Integrate block cache tracer in block based table reader. (#5441)haoyuhuang
2019-06-13Integrate block cache tracer into db_impl (#5433)haoyuhuang
2019-06-11First commit for block cache trace analyzer (#5425)haoyuhuang
2019-06-06Add block cache tracer. (#5410)haoyuhuang