Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Doptions_test.cc17 std::chrono::milliseconds sleep_duration(state.range(0)); in BM_basic_slow() local
H A Dbenchmark_test.cc192 std::chrono::duration<double, std::micro> sleep_duration{ in BM_ManualTiming() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2673 remove_file(file, num_retries=1, sleep_duration=0.5) global() argument