Home
last modified time | relevance | path

Searched refs:BenchmarkWithArg (Results 1 – 2 of 2) sorted by relevance

/bionic/benchmarks/benchmark/
DBenchmark.h105 class BenchmarkWithArg : public BenchmarkT<T> {
107 BenchmarkWithArg() {} in BenchmarkWithArg() function
108 virtual ~BenchmarkWithArg() {} in ~BenchmarkWithArg()
110 BenchmarkWithArg* Arg(T arg) { in Arg()
164 BENCHMARK_START(f, ::testing::BenchmarkWithArg<arg_type>) \
167 static ::testing::BenchmarkWithArg<arg_type>* __benchmark_##f = (new f())
/bionic/benchmarks/
DBenchmark.cpp105 std::string BenchmarkWithArg<int>::GetNameStr(int arg) { in GetNameStr()
110 std::string BenchmarkWithArg<double>::GetNameStr(double arg) { in GetNameStr()
156 template class BenchmarkWithArg<int>; variable
157 template class BenchmarkWithArg<double>; variable