Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 60) sorted by relevance

123

/rocksdb-6.9/
DINSTALL.md3 **Important**: If you plan to run RocksDB in production, don't compile using default
17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
20 depend on gflags. You will need to have gflags installed to run `make all`. This will compile Rocks…
106 * Update XCode: run `xcode-select --install` (or install it from XCode App's settting).
108 …* If you're first time developer in MacOS, you still need to run: `xcode-select --install` in your…
109 … * run `brew tap homebrew/versions; brew install gcc48 --use-llvm` to install gcc 4.8 (or higher).
110 * run `brew install rocksdb`
175 * run `vcpkg install rocksdb:x64-windows`
/rocksdb-6.9/docs/
DREADME.md13 > If you have run the site before, you can start with step 1 and then move on to step 5.
15 …directory where this `README.md` exists). The below RubyGems commands, etc. must be run from there.
32 # run this in the 'docs' directory
58 - To run using an actual IP address, you can use `--host=0.0.0.0`
74 you can run:
/rocksdb-6.9/db/
Dforward_iterator_bench.cc95 thread_ = port::Thread(&Reader::run, this); in Reader()
98 void run() { in run() function
209 void start() { thread_ = port::Thread(&Writer::run, this); } in start()
211 void run() { in run() function
272 : db_(db), thread_(&StatsThread::run, this) {} in StatsThread()
274 void run() { in run() function
Dc_test.c448 int run = -1; in main() local
1037 for (run = 0; run <= 2; run++) { in main()
1043 if (run == 0) { in main()
1046 } else if (run == 1) { in main()
1080 if (run == 0) { in main()
1109 if (run == 0) { in main()
1112 } else if (run == 1) { in main()
/rocksdb-6.9/.circleci/
Dconfig.yml28 - run:
44 - run:
52 - run:
/rocksdb-6.9/tools/advisor/
DREADME.md36 The tool needs the following to run:
40 An example command to run the tool:
67 For more information about the remaining command-line arguments, run:
91 directory. For example, to run the unit tests for db_log_parser.py:
/rocksdb-6.9/tools/
Ddbench_monitor36 This program will run the db_bench script to monitor memory usage
84 …echo DEBUG: Will run $DB_BENCH --block_size=$bs --compression_type=$ztype --benchmarks="$benches" …
Dpflag63 Configuration for this run:
68 No. of times run : ${N}
/rocksdb-6.9/tools/rdb/
DREADME.md22 directory of your rocksdb installation. If not, `cd` there and run
33 Assuming everything compiled correctly, you can run the `rdb` executable
/rocksdb-6.9/CMakeFiles/core_tools.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/util/
Dtimer_queue.h50 TimerQueue() : m_th(&TimerQueue::run, this) {} in TimerQueue()
147 void run() { in run() function
/rocksdb-6.9/file/
Ddelete_scheduler_test.cc429 for (int run = 1; run <= 5; run++) { in TEST_F() local
437 ASSERT_EQ(bg_delete_file, 10 * run); in TEST_F()
/rocksdb-6.9/memtable/
Dinlineskiplist_test.cc589 static void RunConcurrentRead(int run) { in RunConcurrentRead() argument
590 const int seed = test::RandomSeed() + (run * 100); in RunConcurrentRead()
610 static void RunConcurrentInsert(int run, bool use_hint = false, in RunConcurrentInsert() argument
614 const int seed = test::RandomSeed() + (run * 100); in RunConcurrentInsert()
/rocksdb-6.9/CMakeFiles/build_version.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/build_tools/
Ddockerbuild.sh3 docker run -v $PWD:/rocks -w /rocks buildpack-deps make
/rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/table_reader_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/filter_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/cache_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/range_del_aggregator_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/tools/CMakeFiles/rocksdb_undump.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/tools/CMakeFiles/db_repl_stress.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/hash_table_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.

123