Searched refs:bytes_read_ (Results 1 – 8 of 8) sorted by relevance
85 bytes_read_ = 0; in ResetCounters()94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()96 PERF_COUNTER_ADD(iter_read_bytes, bytes_read_); in BumpGlobalStatistics()109 uint64_t bytes_read_; member
434 bytes_read_(bytes_read) {} in NewRandomAccessFile()439 *bytes_read_ += result->size(); in NewRandomAccessFile()445 *bytes_read_ += n; in NewRandomAccessFile()452 std::atomic<size_t>* bytes_read_; in NewRandomAccessFile() local
162 local_stats_.bytes_read_ += (key().size() + value().size()); in Next()583 local_stats_.bytes_read_ += (key().size() + value().size()); in Prev()
160 << stats_.bytes_read_.ToString() << std::endl in PrintStats()243 stats_.bytes_read_.Add(FLAGS_iosize); in ReadKey()286 bytes_read_.Clear(); in Clear()292 HistogramImpl bytes_read_; member
149 stats_.bytes_read_.Average()); in Stats()309 stats_.bytes_read_.Add(*size); in Lookup()
121 HistogramImpl bytes_read_; member
209 bytes_read_(bytes_read), in BenchmarkThread()221 uint64_t* bytes_read_; member in ROCKSDB_NAMESPACE::BenchmarkThread323 *bytes_read_ += VarintLength(16) + 16 + FLAGS_item_size; in ReadOne()347 *bytes_read_ += VarintLength(16) + 16 + FLAGS_item_size; in ReadOneSeq()
1341 std::atomic<uint64_t> bytes_read_; member1354 counters_.bytes_read_ = 0; in reset()1374 counters_->bytes_read_.fetch_add(result->size(), in NewSequentialFile()1406 counters_->bytes_read_.fetch_add(result->size(), in NewRandomAccessFile()2127 counters->bytes_read_.load(std::memory_order_relaxed)); in Report()