Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dtable_cache.h135 const bool no_io = false, bool record_read_stats = true,
199 bool record_read_stats, HistogramImpl* file_read_hist,
Dtable_cache.cc89 bool sequential_mode, bool record_read_stats, HistogramImpl* file_read_hist, in GetTableReader() argument
113 record_read_stats ? ioptions_.statistics : nullptr, SST_READ_MICROS, in GetTableReader()
137 const bool no_io, bool record_read_stats, in FindTable() argument
155 false /* sequential mode */, record_read_stats, in FindTable()