Searched +full:push +full:- +full:metrics +full:- +full:container (Results 1 – 1 of 1) sorted by relevance
7 // http://www.apache.org/licenses/LICENSE-2.037 // via the --benchmark_filter command line flag. E.g.,38 // my_unittest --benchmark_filter=all39 // my_unittest --benchmark_filter=BM_StringCreation40 // my_unittest --benchmark_filter=String41 // 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 few69 BENCHMARK(BM_memcpy)->Range(8, 8<<10);85 ->Args({1<<10, 128})[all …]