Home
last modified time | relevance | path

Searched refs:min_time (Results 1 – 11 of 11) sorted by relevance

/external/google-benchmark/src/
Dbenchmark_runner.cc133 min_time(!IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time), in BenchmarkRunner()
178 const double min_time; member in benchmark::internal::__anonf8c2b1cd0111::BenchmarkRunner
246 double multiplier = min_time * 1.4 / std::max(i.seconds, 1e-9); in PredictNumItersNeeded()
252 bool is_significant = (i.seconds / min_time) > 0.1; in PredictNumItersNeeded()
272 i.seconds >= min_time || // The elapsed time is large enough. in ShouldReportIterationResults()
276 ((i.results.real_time_used >= 5 * min_time) && !b.use_manual_time); in ShouldReportIterationResults()
Dbenchmark_api_internal.h33 double min_time; member
Dbenchmark_register.cc162 instance.min_time = family->min_time_; in FindBenchmarks()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_runner.cc133 min_time(!IsZero(b.min_time) ? b.min_time : FLAGS_benchmark_min_time), in BenchmarkRunner()
178 const double min_time; member in benchmark::internal::__anonda4d22860111::BenchmarkRunner
246 double multiplier = min_time * 1.4 / std::max(i.seconds, 1e-9); in PredictNumItersNeeded()
252 bool is_significant = (i.seconds / min_time) > 0.1; in PredictNumItersNeeded()
272 i.seconds >= min_time || // The elapsed time is large enough. in ShouldReportIterationResults()
276 ((i.results.real_time_used >= 5 * min_time) && !b.use_manual_time); in ShouldReportIterationResults()
Dbenchmark_api_internal.h33 double min_time; member
Dbenchmark_register.cc162 instance.min_time = family->min_time_; in FindBenchmarks()
/external/python/cpython2/Tools/pybench/
Dpybench.py373 min_time = min(self.times)
383 return min_time, avg_time, total_time, operation_avg, min_overhead
580 min_time = min(self.roundtimes)
584 return (min_time, avg_time, max_time)
613 (min_time,
618 total_min_time = total_min_time + min_time
622 min_time * MILLI_SECONDS,
665 (min_time,
670 total_min_time = total_min_time + min_time
693 min_diff = ((min_time * self.warp) /
[all …]
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py24 def _detect_audio(self, name, min_time): argument
63 if audio_length < min_time:
/external/icu/icu4c/source/tools/tzcode/
Dzic.c866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable
1244 z.z_untiltime > min_time && in inzsub()
1246 zones[nzones - 1].z_untiltime > min_time && in inzsub()
1326 if (dayoff < min_time / SECSPERDAY) { in inleap()
1626 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone()
2360 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone()
2362 if (useuntil && zp->z_untiltime <= min_time) in outzone()
2468 addtt(min_time, type); in outzone()
2521 if (jtime == min_time || in outzone()
2681 if (starttime <= min_time || in addtt()
[all …]
/external/adhd/cras/src/server/
Dcras_dsp_pipeline.c138 int64_t min_time; member
814 pipeline->min_time = t; in cras_dsp_pipeline_add_statistic()
817 pipeline->min_time = MIN(pipeline->min_time, t); in cras_dsp_pipeline_add_statistic()
969 pipeline->min_time); in cras_dsp_pipeline_dump()
/external/blktrace/iowatcher/
Dmain.c60 static double min_time = 0; variable
1522 if (parse_double_range(optarg, &min_time, &max_time) in parse_options()
1674 min_seconds = min_time; in main()