Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dsim_cache.cc277 SetTickerCount(stats_, SIM_BLOCK_CACHE_HIT, 0); in reset_counter()
278 SetTickerCount(stats_, SIM_BLOCK_CACHE_MISS, 0); in reset_counter()
/rocksdb-6.9/monitoring/
Dstatistics.h131 inline void SetTickerCount(Statistics* statistics, uint32_t ticker_type, in SetTickerCount() function