Searched refs:MinTime (Results 1 – 15 of 15) sorted by relevance
45 // In the unlikely case it does happen, just return MinTime, no error47 return MinTime;
42 // In the unlikely case it does happen, just return MinTime, no error44 return MinTime();
20 const TimeValue TimeValue::MinTime = TimeValue ( INT64_MIN,0 ); member in llvm::TimeValue
33 BENCHMARK(BM_basic)->MinTime(0.7);
41 static TimeValue MinTime() { in MinTime() function
41 static const TimeValue MinTime;
365 Benchmark* Benchmark::MinTime(double t) { in MinTime() function in benchmark::internal::Benchmark
737 Benchmark* MinTime(double t);
497 Status("", getNextVirtualUniqueID(), llvm::sys::TimeValue::MinTime(), in InMemoryFileSystem()
517 set as a flag `--benchmark_min_time` or per benchmark by calling `MinTime` on
521 set as a flag `--benchmark_min_time` or per benchmark by calling `MinTime` on