Searched refs:which_str (Results 1 – 1 of 1) sorted by relevance
325 const char* which_str = which == kCpuTime ? "cpu_time" : "real_time"; in GetTime() local326 double val = GetAs<double>(which_str); in GetTime()