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

/bionic/benchmarks/
H A Dbenchmark_main.cpp34 static BenchmarkMap g_benchmarks; variable
100 g_benchmarks.insert(std::make_pair(name, this));
193 if (g_benchmarks.empty()) {
198 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) {
204 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) {
219 for (BenchmarkMapIt it = g_benchmarks.begin(); it != g_benchmarks.end(); ++it) {

Completed in 67 milliseconds