Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc325 const char* which_str = which == kCpuTime ? "cpu_time" : "real_time"; in GetTime() local
326 double val = GetAs<double>(which_str); in GetTime()