Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Drandom_access_file_reader.h57 uint32_t hist_type_; variable
73 hist_type_(hist_type), in file_()
98 hist_type_ = std::move(o.hist_type_);
Drandom_access_file_reader.cc31 StopWatch sw(env_, stats_, hist_type_, in Read()
197 StopWatch sw(env_, stats_, hist_type_, in MultiRead()
/rocksdb-6.9/util/
Dstop_watch.h22 hist_type_(hist_type), in env_()
48 hist_type_, (elapsed_ != nullptr) in ~StopWatch()
78 const uint32_t hist_type_; variable