OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BM_template2
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/test/
cxx03_test.cc
34
void
BM_template2
(benchmark::State& state) {
37
BENCHMARK_TEMPLATE2(
BM_template2
, int, long);
53
BENCHMARK_TEMPLATE1_F(BM_Fixture,
BM_template2
, int)(benchmark::State& state) {
/external/libcxx/utils/google-benchmark/test/
cxx03_test.cc
34
void
BM_template2
(benchmark::State& state) {
37
BENCHMARK_TEMPLATE2(
BM_template2
, int, long);
53
BENCHMARK_TEMPLATE1_F(BM_Fixture,
BM_template2
, int)(benchmark::State& state) {
Completed in 1223 milliseconds