Home
last modified time | relevance | path

Searched refs:MinTime (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Support/Unix/
DTimeValue.inc42 // In the unlikely case it does happen, just return MinTime, no error
44 return MinTime();
/external/google-benchmark/test/
Dbenchmark_name_gtest.cc27 TEST(BenchmarkNameTest, MinTime) { in TEST() argument
Doptions_test.cc34 BENCHMARK(BM_basic)->MinTime(0.7);
/external/libcxx/utils/google-benchmark/test/
Doptions_test.cc33 BENCHMARK(BM_basic)->MinTime(0.7);
/external/llvm-project/llvm/utils/benchmark/test/
Doptions_test.cc33 BENCHMARK(BM_basic)->MinTime(0.7);
/external/llvm-project/libcxx/utils/google-benchmark/test/
Doptions_test.cc33 BENCHMARK(BM_basic)->MinTime(0.7);
/external/llvm/include/llvm/Support/
DTimeValue.h41 static TimeValue MinTime() { in MinTime() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h41 static TimeValue MinTime() { in MinTime() function
/external/google-benchmark/bindings/python/google_benchmark/
Dbenchmark.cc97 .def("min_time", &Benchmark::MinTime, py::return_value_policy::reference) in PYBIND11_MODULE()
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark_register.cc351 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc356 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc356 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
/external/google-benchmark/src/
Dbenchmark_register.cc383 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h818 Benchmark* MinTime(double t);
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h853 Benchmark* MinTime(double t);
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h853 Benchmark* MinTime(double t);
/external/google-benchmark/include/benchmark/
Dbenchmark.h865 Benchmark* MinTime(double t);
/external/clang/lib/Basic/
DVirtualFileSystem.cpp497 Status("", getNextVirtualUniqueID(), llvm::sys::TimeValue::MinTime(), in InMemoryFileSystem()
/external/libcxx/utils/google-benchmark/
DREADME.md863 set per benchmark by calling `MinTime` on the registered benchmark object.
/external/llvm-project/llvm/utils/benchmark/
DREADME.md530 set as a flag `--benchmark_min_time` or per benchmark by calling `MinTime` on
/external/llvm-project/libcxx/utils/google-benchmark/
DREADME.md863 set per benchmark by calling `MinTime` on the registered benchmark object.
/external/google-benchmark/
DREADME.md451 set per benchmark by calling `MinTime` on the registered benchmark object.