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

  /external/llvm/include/llvm/Support/
TimeValue.h 38 /// value permissible by the class. MinTime is some point
41 static TimeValue MinTime() {
  /external/google-benchmark/src/
benchmark.cc 301 void MinTime(double n);
463 void BenchmarkImp::MinTime(double t) {
559 Benchmark* Benchmark::MinTime(double t) {
560 imp_->MinTime(t);

Completed in 942 milliseconds