Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dwrite_stress_runner.py30 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/
Dcmake_install.cmake48 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
81 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
DCMakeCache.txt274 //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
DCMakeLists.txt6 …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
DWINDOWS_PORT.md84 …alization routine into `".CRT$XCT"` that is automatically invoked by the runtime before initializi…
DTARGETS101 # whether the binary is linked with jemalloc at runtime.
/rocksdb-6.9/java/jmh/
DREADME.md18 NOTE: you can append `-help` to the command above to see all of the JMH runtime options.
/rocksdb-6.9/db/
Dforward_iterator_bench.cc46 DEFINE_double(runtime, 300.0, "");
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DRocksDBTest.java371 Runtime runtime = Runtime.getRuntime(); in getOutOfArrayMaxSizeValue() local
373 boolean isEnoughMemory = runtime.maxMemory() - runtime.totalMemory() > neededMemory; in getOutOfArrayMaxSizeValue()
/rocksdb-6.9/build_tools/
Dgnu_parallel2711 $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);