Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_edit.h84 struct FileSampledStats { struct
85 FileSampledStats() : num_reads_sampled(0) {} in FileSampledStats() argument
86 FileSampledStats(const FileSampledStats& other) { *this = other; } in FileSampledStats() function
87 FileSampledStats& operator=(const FileSampledStats& other) {
104 FileSampledStats stats; argument