Home
last modified time | relevance | path

Searched +full:push +full:- +full:metrics +full:- +full:container (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h7 // http://www.apache.org/licenses/LICENSE-2.0
37 // via the --benchmark_filter command line flag. E.g.,
38 // my_unittest --benchmark_filter=all
39 // my_unittest --benchmark_filter=BM_StringCreation
40 // my_unittest --benchmark_filter=String
41 // my_unittest --benchmark_filter='Copy|Creation'
63 BENCHMARK(BM_memcpy)->Arg(8)->Arg(64)->Arg(512)->Arg(1<<10)->Arg(8<<10);
66 // following short-hand. The following invocation will pick a few
69 BENCHMARK(BM_memcpy)->Range(8, 8<<10);
85 ->Args({1<<10, 128})
[all …]