Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dforward_iterator_bench.cc270 struct StatsThread { struct
271 explicit StatsThread(ROCKSDB_NAMESPACE::DB* db) in StatsThread() function
272 : db_(db), thread_(&StatsThread::run, this) {} in StatsThread()
303 ~StatsThread() { in ~StatsThread() argument
369 StatsThread stats_thread(db_raw); in main()