Searched refs:mflops_processed (Results 1 – 1 of 1) sorted by relevance
172 double mflops_processed = static_cast<double>(g_flops_processed)/1e6; in RunWithArg() local174 snprintf(throughput, sizeof(throughput), " %8.2f MFlops/s", mflops_processed/seconds); in RunWithArg()