Lines Matching refs:value
170 BenchTimeType ParseBenchMinTime(const std::string& value) {
173 if (value.empty()) {
179 if (value.back() == 'x') {
183 IterationCount num_iters = std::strtol(value.c_str(), &p_end, 10);
188 << "Malformed iters value passed to --benchmark_min_time: `" << value
196 bool has_suffix = value.back() == 's';
205 double min_time = std::strtod(value.c_str(), &p_end);
211 << "Malformed seconds value passed to --benchmark_min_time: `" << value
394 // very confusing for the user to know how to choose a proper value for