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

/external/google-benchmark/src/
H A Dtimers.cc99 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { function in namespace:benchmark::__anon7366
116 DiagnoseAndExit("GetProccessTimes() failed");
129 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed");
133 DiagnoseAndExit("getrusage(RUSAGE_SELF, ...) failed");
157 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");
168 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");
/external/libcxx/utils/google-benchmark/src/
H A Dtimers.cc99 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { function in namespace:benchmark::__anon11193
116 DiagnoseAndExit("GetProccessTimes() failed");
129 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed");
133 DiagnoseAndExit("getrusage(RUSAGE_SELF, ...) failed");
157 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");
168 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");

Completed in 1620 milliseconds