Searched refs:real_time (Results 1 - 3 of 3) sorted by relevance

/external/google-benchmark/src/
H A Dcsv_reporter.cc45 std::cout << "name,iterations,real_time,cpu_time,bytes_per_second,"
71 double real_time = run.real_accumulated_time * multiplier; local
73 real_time = real_time / static_cast<double>(run.iterations);
84 std::cout << real_time << ","; local
H A Djson_reporter.cc125 double real_time = run.real_accumulated_time * multiplier; local
127 real_time = real_time / static_cast<double>(run.iterations);
140 << FormatKV("real_time", RoundDouble(real_time))
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
H A Dhog.c41 uint64_t real_time; member in struct:PokeResult
192 result.real_time = DiffTimespec(time_start, time_end);

Completed in 91 milliseconds