Home
last modified time | relevance | path

Searched refs:perf (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-05-14-core-local-stats.markdown16 Here are perf results for 32 reader threads where most reads (99%+) are served by uncompressed bloc…
18perf record -g ./db_bench -statistics -use_existing_db=true -benchmarks=readrandom -threads=32 -ca…
D2016-04-26-rocksdb-4-5-1-released.markdown22 …* Add a new perf context level between kEnableCount and kEnableTime. Level 2 now does not include …
D2018-08-23-data-block-hash-index.markdown112 ![](/static/images/data-block-hash-index/perf-throughput.png)
113 ![](/static/images/data-block-hash-index/perf-cache-miss.png)
D2018-11-21-delete-range.markdown191 `DeleteRange`’s negative impact on read perf is a barrier to its adoption. The
/rocksdb-6.9/db/
Dc_test.c1095 rocksdb_perfcontext_t* perf = rocksdb_perfcontext_create(); in main() local
1096 rocksdb_perfcontext_reset(perf); in main()
1108 (int)rocksdb_perfcontext_metric(perf, rocksdb_bloom_sst_hit_count); in main()
1122 (int)rocksdb_perfcontext_metric(perf, rocksdb_bloom_sst_miss_count)); in main()
1124 rocksdb_perfcontext_destroy(perf); in main()
/rocksdb-6.9/util/
Ddynamic_bloom_test.cc179 TEST_F(DynamicBloomTest, perf) { in TEST_F() argument
/rocksdb-6.9/tools/advisor/
DREADME.md65 or [perf context](https://github.com/facebook/rocksdb/blob/master/include/rocksdb/perf_context.h).
/rocksdb-6.9/
DHISTORY.md356 …h allows storing perf context at each level. Also replaced `__thread` with `thread_local` keyword …
800 * Add a new perf context level between kEnableCount and kEnableTime. Level 2 now does not include t…
1106 * Add more counters to perf context.