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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dtimers.cc69 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { function in namespace:benchmark::__anon3098
81 double MakeTime(struct rusage const& ru) {
89 double MakeTime(thread_basic_info_data_t const& info) { function in namespace:benchmark::__anon3098
97 double MakeTime(struct timespec const& ts) { function in namespace:benchmark::__anon3098
118 return MakeTime(kernel_time, user_time);
131 return MakeTime(spec);
135 if (getrusage(RUSAGE_SELF, &ru) == 0) return MakeTime(ru);
149 return MakeTime(kernel_time, user_time);
158 return MakeTime(info);
170 if (getrusage(RUSAGE_LWP, &ru) == 0) return MakeTime(r
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dtimers.cc69 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { function in namespace:benchmark::__anon1266
81 double MakeTime(struct rusage const& ru) {
89 double MakeTime(thread_basic_info_data_t const& info) { function in namespace:benchmark::__anon1266
97 double MakeTime(struct timespec const& ts) { function in namespace:benchmark::__anon1266
118 return MakeTime(kernel_time, user_time);
131 return MakeTime(spec);
135 if (getrusage(RUSAGE_SELF, &ru) == 0) return MakeTime(ru);
149 return MakeTime(kernel_time, user_time);
158 return MakeTime(info);
170 if (getrusage(RUSAGE_LWP, &ru) == 0) return MakeTime(r
[all...]

Completed in 70 milliseconds