Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dtimers.cc104 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { in DiagnoseAndExit() function
121 DiagnoseAndExit("GetProccessTimes() failed"); in ProcessCPUUsage()
134 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed"); in ProcessCPUUsage()
138 DiagnoseAndExit("getrusage(RUSAGE_SELF, ...) failed"); in ProcessCPUUsage()
163 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info"); in ThreadCPUUsage()
174 DiagnoseAndExit("getrusage(RUSAGE_LWP, ...) failed"); in ThreadCPUUsage()
178 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed"); in ThreadCPUUsage()