Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Drate_limiter.h60 return total_requests_[Env::IO_LOW] + total_requests_[Env::IO_HIGH];
62 return total_requests_[pri];
94 int64_t total_requests_[Env::IO_TOTAL]; variable
Drate_limiter.cc70 total_requests_[0] = 0; in GenericRateLimiter()
71 total_requests_[1] = 0; in GenericRateLimiter()
122 ++total_requests_[pri]; in Request()
/rocksdb-6.9/tools/
Dtrace_analyzer_tool.h208 uint64_t total_requests_; variable
Dtrace_analyzer_tool.cc281 total_requests_ = 0; in TraceAnalyzer()
462 total_requests_++; in StartProcessing()
1907 total_requests_, total_access_keys_, total_gets_, total_writes_); in PrintStatistics()