Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Dstatistics.cc277 void StatisticsImpl::setTickerCount(uint32_t tickerType, uint64_t count) { in setTickerCount() function in ROCKSDB_NAMESPACE::StatisticsImpl
283 stats_->setTickerCount(tickerType, count); in setTickerCount()
310 stats_->setTickerCount(tickerType, 0); in getAndResetTickerCount()
Dstatistics.h53 virtual void setTickerCount(uint32_t ticker_type, uint64_t count) override;
134 statistics->setTickerCount(ticker_type, count); in SetTickerCount()
/rocksdb-6.9/include/rocksdb/
Dstatistics.h493 virtual void setTickerCount(uint32_t tickerType, uint64_t count) = 0;
/rocksdb-6.9/db/
Ddb_iterator_test.cc2142 options.statistics->setTickerCount(NO_FILE_OPENS, 0); in TEST_P()
2152 options.statistics->setTickerCount(NO_FILE_OPENS, 0); in TEST_P()
Ddb_test2.cc3944 void setTickerCount(uint32_t /*ticker_type*/, uint64_t /*count*/) override {} in setTickerCount() function in ROCKSDB_NAMESPACE::__anon82d45cbc2811::DummyOldStats