Lines Matching defs:benchmark
26 // Minimum duration of each benchmark measurement. Also, duration
27 // of sleep time between each two consecutive benchmark measurements to
31 // Sleep time before each benchmark.
34 // Number of benchmark passes.
223 float benchmark(const Shape& shape) {
228 // Benchmark the fast 8bit path, using L8R8WithLhsNonzeroBitDepthParams.
254 #error What arithmetic path should we benchmark? (Suggestion: #define BENCHMARK_8bit)
281 // Benchmark one specific shape
288 // Benchmark an assortment of cubic shapes
297 // Benchmark all sorts of shapes
310 #error What shapes should we benchmark? (Suggestion: #define BENCHMARK_QUICK)
336 float latency = benchmark(shape);