Home
last modified time | relevance | path

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

/external/eigen/bench/tensors/
Dbenchmark_main.cc26 static int64_t g_flops_processed; variable
142 g_flops_processed = 0; in RunRepeatedlyWithArg()
171 if (g_benchmark_total_time_ns > 0 && g_flops_processed > 0) { in RunWithArg()
172 double mflops_processed = static_cast<double>(g_flops_processed)/1e6; in RunWithArg()
194 g_flops_processed = x; in SetBenchmarkFlopsProcessed()