OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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