HomeSort by relevance Sort by last modified time
    Searched refs:ReadRandom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 25 // readrandom -- read N times in random order
32 "readrandom,"
364 } else if (name == Slice("readrandom")) {
365 ReadRandom();
369 ReadRandom();
470 void ReadRandom() {
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 32 // readrandom -- read N times in random order
48 "readrandom,"
49 "readrandom," // Extra run to allow previous compactions to quiesce
53 "readrandom,"
472 } else if (name == Slice("readrandom")) {
473 method = &Benchmark::ReadRandom;
482 method = &Benchmark::ReadRandom;
769 void ReadRandom(ThreadState* thread) {
862 ReadRandom(thread);

Completed in 2734 milliseconds