Lines Matching refs:time
115 static DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
134 static DEFINE_bool(keepAlive, false, "Print a message every so often so that we don't time out");
284 static double time(int loops, Benchmark* bench, Target* target) {
375 bench_plus_overhead = time(1, bench, target);
423 elapsed = time(loops, bench, target);
439 time(loops, bench, target);
886 // Nothing to time.
965 // Nothing to time.
994 // There are a few good reasons to only test on power of two sample sizes at this time:
1324 time(loops, bench.get(), target);
1333 samples.push_back(time(loops, bench.get(), target) / loops);
1339 samples[s] = time(loops, bench.get(), target) / loops;
1344 // Scale each result to the benchmark's own units, time/unit.