Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc1954 uint64_t GetSineInterval() { in GetSineInterval() function in ROCKSDB_NAMESPACE::Stats
4499 if (now > thread->stats.GetSineInterval()) { in DoWrite()
4500 usecs_since_last = now - thread->stats.GetSineInterval(); in DoWrite()
5486 if (now > thread->stats.GetSineInterval()) { in MixGraph()
5487 usecs_since_last = now - thread->stats.GetSineInterval(); in MixGraph()