HomeSort by relevance Sort by last modified time
    Searched refs:DiagnoseAndExit (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/src/
timers.cc 99 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) {
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/
timers.cc 99 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) {
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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 99 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) {
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");
164 DiagnoseAndExit("clock_gettime(CLOCK_THREAD_CPUTIME_ID, ...) failed");

Completed in 53 milliseconds