Searched refs:runtime (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/tools/ |
| D | write_stress_runner.py | 30 for runtime in runtimes: 34 ("-1" if kill else str(runtime)) 50 (runtime, ("kill-mode" if kill else "clean-shutdown-mode"), 54 killtime = time.time() + runtime
|
| /rocksdb-6.9/ |
| D | cmake_install.cmake | 48 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT) 81 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
|
| D | CMakeCache.txt | 274 //If set, runtime paths are not added when installing shared libraries, 278 //If set, runtime paths are not added when using shared libraries. 388 //build with debug version of runtime library
|
| D | CMakeLists.txt | 6 …within the Developer Command Prompt window to have paths to the compiler and runtime libraries set. 383 option(WITH_RUNTIME_DEBUG "build with debug version of runtime library" ON) 912 COMPONENT runtime
|
| D | WINDOWS_PORT.md | 84 …alization routine into `".CRT$XCT"` that is automatically invoked by the runtime before initializi…
|
| D | TARGETS | 101 # whether the binary is linked with jemalloc at runtime.
|
| /rocksdb-6.9/java/jmh/ |
| D | README.md | 18 NOTE: you can append `-help` to the command above to see all of the JMH runtime options.
|
| /rocksdb-6.9/db/ |
| D | forward_iterator_bench.cc | 46 DEFINE_double(runtime, 300.0, "");
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | RocksDBTest.java | 371 Runtime runtime = Runtime.getRuntime(); in getOutOfArrayMaxSizeValue() local 373 boolean isEnoughMemory = runtime.maxMemory() - runtime.totalMemory() > neededMemory; in getOutOfArrayMaxSizeValue()
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 2711 $Global::timeoutq->update_delta_time($job->runtime()); 5262 sub runtime { subroutine 6222 $self->starttime(), sprintf("%10.3f",$self->runtime()), 7651 my $runtime = shift; 7653 $self->set_remedian($runtime);
|