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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dtimers.cc102 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { function in namespace:benchmark::__anon3098
119 DiagnoseAndExit("GetProccessTimes() failed");
132 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed");
136 DiagnoseAndExit("getrusage(RUSAGE_SELF, ...) failed");
160 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");
171 DiagnoseAndExit("getrusage(RUSAGE_LWP, ...) failed");
175 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dtimers.cc102 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { function in namespace:benchmark::__anon1266
119 DiagnoseAndExit("GetProccessTimes() failed");
132 DiagnoseAndExit("clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ...) failed");
136 DiagnoseAndExit("getrusage(RUSAGE_SELF, ...) failed");
160 DiagnoseAndExit("ThreadCPUUsage() failed when evaluating thread_info");
171 DiagnoseAndExit("getrusage(RUSAGE_LWP, ...) failed");
175 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");

Completed in 186 milliseconds