Searched refs:BenchmarkFamilies (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc63 // BenchmarkFamilies
68 class BenchmarkFamilies { class in namespace:benchmark::internal
70 static BenchmarkFamilies* GetInstance();
85 BenchmarkFamilies() {} function in class:benchmark::internal::BenchmarkFamilies
91 BenchmarkFamilies* BenchmarkFamilies::GetInstance() {
92 static BenchmarkFamilies instance;
96 size_t BenchmarkFamilies::AddBenchmark(std::unique_ptr<Benchmark> family) {
103 void BenchmarkFamilies::ClearBenchmarks() {
109 bool BenchmarkFamilies
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc63 // BenchmarkFamilies
68 class BenchmarkFamilies { class in namespace:benchmark::internal
70 static BenchmarkFamilies* GetInstance();
85 BenchmarkFamilies() {} function in class:benchmark::internal::BenchmarkFamilies
91 BenchmarkFamilies* BenchmarkFamilies::GetInstance() {
92 static BenchmarkFamilies instance;
96 size_t BenchmarkFamilies::AddBenchmark(std::unique_ptr<Benchmark> family) {
103 void BenchmarkFamilies::ClearBenchmarks() {
109 bool BenchmarkFamilies
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h290 class BenchmarkFamilies;
944 friend class BenchmarkFamilies;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h291 class BenchmarkFamilies;
908 friend class BenchmarkFamilies;

Completed in 112 milliseconds