Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dusage_timer.cc60 std::string cpu_time_str; in get_cpu_usage() local
65 std::getline(first_line_s, cpu_time_str, ' '); in get_cpu_usage()
66 *total_cpu_time += std::stol(cpu_time_str); in get_cpu_usage()
68 *idle_cpu_time = std::stol(cpu_time_str); in get_cpu_usage()
/external/google-benchmark/src/
Dconsole_reporter.cc135 const std::string cpu_time_str = FormatTime(cpu_time); in PrintRunData() local
148 cpu_time_str.c_str(), timeLabel); in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Dconsole_reporter.cc136 const std::string cpu_time_str = FormatTime(cpu_time); in PrintRunData() local
149 cpu_time_str.c_str(), timeLabel); in PrintRunData()