Searched refs:perf (Results 1 – 8 of 8) sorted by relevance
16 Here are perf results for 32 reader threads where most reads (99%+) are served by uncompressed bloc…18 …perf record -g ./db_bench -statistics -use_existing_db=true -benchmarks=readrandom -threads=32 -ca…
22 …* Add a new perf context level between kEnableCount and kEnableTime. Level 2 now does not include …
112 113 
191 `DeleteRange`’s negative impact on read perf is a barrier to its adoption. The
1095 rocksdb_perfcontext_t* perf = rocksdb_perfcontext_create(); in main() local1096 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()
179 TEST_F(DynamicBloomTest, perf) { in TEST_F() argument
65 or [perf context](https://github.com/facebook/rocksdb/blob/master/include/rocksdb/perf_context.h).
356 …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.