Searched defs:min_time (Results 1 – 5 of 5) sorted by relevance
31 virtual void ReportRunsConfig(double min_time, bool /* has_explicit_iters */, in ReportRunsConfig()
38 double min_time() const { return min_time_; } in min_time() function
91 const double min_time; variable
206 double min_time = std::strtod(value.c_str(), &p_end); in ParseBenchMinTime() local
1753 std::string min_time; member