HomeSort by relevance Sort by last modified time
    Searched full:g_benchmarks (Results 1 - 1 of 1) sorted by null

  /bionic/benchmarks/
benchmark_main.cpp 34 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 2755 milliseconds