Home
last modified time | relevance | path

Searched refs:key_lock_wait_count (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/monitoring/
Dperf_context.cc96 key_lock_wait_count = other.key_lock_wait_count; in PerfContext()
191 key_lock_wait_count = other.key_lock_wait_count; in PerfContext()
288 key_lock_wait_count = other.key_lock_wait_count; in operator =()
384 key_lock_wait_count = 0; in Reset()
502 PERF_CONTEXT_OUTPUT(key_lock_wait_count); in ToString()
/rocksdb-6.9/include/rocksdb/
Dperf_context.h194 uint64_t key_lock_wait_count; member
/rocksdb-6.9/docs/_posts/
D2018-02-05-rocksdb-5-10-2-released.markdown15 * Add PerfContext counters, `key_lock_wait_count` and `key_lock_wait_time`, which measure the numbe…
/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc346 PERF_COUNTER_ADD(key_lock_wait_count, 1); in AcquireWithTimeout()
Dtransaction_test.cc301 ASSERT_EQ(get_perf_context()->key_lock_wait_count, 0); in TEST_P()
307 ASSERT_EQ(get_perf_context()->key_lock_wait_count, 0); in TEST_P()
343 ASSERT_EQ(get_perf_context()->key_lock_wait_count, 1); in TEST_P()
/rocksdb-6.9/db/
Dc.cc2893 return rep->key_lock_wait_count; in rocksdb_perfcontext_metric()
/rocksdb-6.9/
DHISTORY.md544 * Add PerfContext counters, `key_lock_wait_count` and `key_lock_wait_time`, which measure the numbe…