Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/
DMakefile259 sample: java target
/rocksdb-6.9/monitoring/
Dstats_history_test.cc435 std::string sample = "rocksdb.num.iterator.deleted"; in TEST_F() local
496 std::string sample = "rocksdb.write.wal"; in TEST_F() local
/rocksdb-6.9/table/
Dget_context.h145 bool sample() const { return sample_; } in sample() function