HomeSort by relevance Sort by last modified time
    Searched refs:MinTime (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 );
  /system/netd/tests/benchmarks/
connect_benchmark.cpp 54 * MinTime / real_time
73 * MinTime / real_time, although as explained, may not be as meaningful because of
293 BENCHMARK(ipv4_metrics_reporting_no_fwmark)->MinTime(MIN_TIME)->UseManualTime();
299 BENCHMARK(ipv4_metrics_reporting_no_load)->MinTime(MIN_TIME)->UseManualTime();
304 BENCHMARK(ipv4_full_reporting_no_load)->MinTime(MIN_TIME)->UseManualTime();
312 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
318 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
324 BENCHMARK(ipv6_metrics_reporting_no_fwmark)->MinTime(MIN_TIME)->UseManualTime();
330 BENCHMARK(ipv6_metrics_reporting_no_load)->MinTime(MIN_TIME)->UseManualTime();
335 BENCHMARK(ipv6_full_reporting_no_load)->MinTime(MIN_TIME)->UseManualTime()
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.h 92 UINT64 MinTime; ///< Minimum Elapsed Time.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.h 92 UINT64 MinTime; ///< Minimum Elapsed Time.
  /external/google-benchmark/test/
options_test.cc 33 BENCHMARK(BM_basic)->MinTime(0.7);
  /external/libcxx/utils/google-benchmark/test/
options_test.cc 33 BENCHMARK(BM_basic)->MinTime(0.7);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
options_test.cc 33 BENCHMARK(BM_basic)->MinTime(0.7);
  /external/llvm/include/llvm/Support/
TimeValue.h 38 /// value permissible by the class. MinTime is some point
41 static TimeValue MinTime() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TimeValue.h 38 /// value permissible by the class. MinTime is some point
41 static const TimeValue MinTime;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TimeValue.h 38 /// value permissible by the class. MinTime is some point
41 static TimeValue MinTime() {
  /external/google-benchmark/src/
benchmark_register.cc 365 Benchmark* Benchmark::MinTime(double t) {
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 365 Benchmark* Benchmark::MinTime(double t) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 115 Use `Benchmark::MinTime(double t)` to set the minimum time used to run the
121 BENCHMARK(BM_test)->MinTime(2.0); // Run for at least 2 seconds.
581 Benchmark* MinTime(double t);
584 // REQUIRES: 'n > 0' and `MinTime` has not been called on this benchmark.
588 // `--benchmark_min_time=N` or `MinTime(...)` should be used instead.
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_register.cc 351 Benchmark* Benchmark::MinTime(double t) {
  /external/google-benchmark/include/benchmark/
benchmark.h 130 Use `Benchmark::MinTime(double t)` to set the minimum time used to run the
136 BENCHMARK(BM_test)->MinTime(2.0); // Run for at least 2 seconds.
737 Benchmark* MinTime(double t);
740 // REQUIRES: 'n > 0' and `MinTime` has not been called on this benchmark.
744 // `--benchmark_min_time=N` or `MinTime(...)` should be used instead.
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 130 Use `Benchmark::MinTime(double t)` to set the minimum time used to run the
136 BENCHMARK(BM_test)->MinTime(2.0); // Run for at least 2 seconds.
737 Benchmark* MinTime(double t);
740 // REQUIRES: 'n > 0' and `MinTime` has not been called on this benchmark.
744 // `--benchmark_min_time=N` or `MinTime(...)` should be used instead.
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 497 Status("", getNextVirtualUniqueID(), llvm::sys::TimeValue::MinTime(),
    [all...]

Completed in 505 milliseconds