summaryrefslogtreecommitdiff
path: root/tools/block_cache_analyzer
AgeCommit message (Expand)Author
2024-01-10Block cache analyzer: Calculate miss ratio for each caller (#10823)Qiaolin Yu
2023-12-01internal_repo_rocksdb (435146444452818992) (#12115)Andrew Kryczka
2023-08-25Del `(object)` from 200 inc instagram-server/distillery/slipstream/thrift_mod...Richard Barnes
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-18Fix crash in block_cache_trace_analyzer if reference key is null in case of M...akankshamahajan
2022-10-25Run clang format against files under tools/ and db_stress_tool/ (#10868)sdong
2022-10-21Refactor block cache tracing APIs (#10811)akankshamahajan
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-09-20Enable BLACK for internal_repo_rocksdb (#10710)Bo Wang
2022-08-11Add some missing headers (#10519)sdong
2022-05-05Use std::numeric_limits<> (#9954)sdong
2021-09-29Cleanup includes in dbformat.h (#8930)mrambacher
2021-08-11Make TraceRecord and Replayer public (#8611)Merlin Mao
2021-06-01Fix cmake build failure with gflags (#8324)Jay Zhuang
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2020-12-21Fix block_cache_test failure (#7783)Jay Zhuang
2020-10-28In ParseInternalKey(), include corrupt key info in Status (#7515)Ramkumar Vadivelu
2020-09-30Change ParseInternalKey() to return Status instead of bool (#7457)Ramkumar Vadivelu
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-03-12fix MSVC build failures (#6517)Huisheng Liu
2020-02-28fix some spelling typos (#6464)Michael R. Crusoe
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-20simplify user_access_only expression (#6360)Gaurav Singh
2019-12-03Fix compliation error on GCC4.8.2 (#6106)Connor
2019-11-26Fix compilation under MSVC VS2015 (#6081)Adam Retter
2019-09-30Fix a compile error (#5864)Jay Zhuang
2019-09-19Apply formatter on recent 45 commits. (#5827)sdong
2019-09-11Fix RocksDB bug in block_cache_trace_analyzer.cc on Windows (#5786)Adam Retter
2019-08-09Block cache analyzer: Support reading from human readable trace file. (#5679)haoyuhuang
2019-08-06Pysim more algorithms (#5644)haoyuhuang
2019-08-05Block cache analyzer: python script to plot graphs (#5673)haoyuhuang
2019-07-26Block cache simulator: Add pysim to simulate caches using reinforcement learn...haoyuhuang