Lines Matching refs:bm
14 namespace bm = benchmark;
17 bm::Counter(1000 * 1000, bm::Counter::kDefaults)},
18 {"t1_1000000Base1000", bm::Counter(1000 * 1000, bm::Counter::kDefaults,
19 bm::Counter::OneK::kIs1000)},
20 {"t2_1000000Base1024", bm::Counter(1000 * 1000, bm::Counter::kDefaults,
21 bm::Counter::OneK::kIs1024)},
22 {"t3_1048576Base1000", bm::Counter(1024 * 1024, bm::Counter::kDefaults,
23 bm::Counter::OneK::kIs1000)},
24 {"t4_1048576Base1024", bm::Counter(1024 * 1024, bm::Counter::kDefaults,
25 bm::Counter::OneK::kIs1024)},