Home
last modified time | relevance | path

Searched defs:min_time (Results 1 – 5 of 5) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dbenchmark_min_time_flag_time_test.cc31 virtual void ReportRunsConfig(double min_time, bool /* has_explicit_iters */, in ReportRunsConfig()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.h38 double min_time() const { return min_time_; } in min_time() function
H A Dbenchmark_runner.h91 const double min_time; variable
H A Dbenchmark_runner.cc206 double min_time = std::strtod(value.c_str(), &p_end); in ParseBenchMinTime() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1753 std::string min_time; member