• Home
  • Raw
  • Download

Lines Matching defs:state

67 void BM_basic(benchmark::State& state) {  in BM_basic()
93 void BM_bytes_per_second(benchmark::State& state) { in BM_bytes_per_second()
124 void BM_items_per_second(benchmark::State& state) { in BM_items_per_second()
155 void BM_label(benchmark::State& state) { in BM_label()
184 void BM_time_label_nanosecond(benchmark::State& state) { in BM_time_label_nanosecond()
207 void BM_time_label_microsecond(benchmark::State& state) { in BM_time_label_microsecond()
230 void BM_time_label_millisecond(benchmark::State& state) { in BM_time_label_millisecond()
253 void BM_time_label_second(benchmark::State& state) { in BM_time_label_second()
279 void BM_error(benchmark::State& state) { in BM_error()
304 void BM_no_arg_name(benchmark::State& state) { in BM_no_arg_name()
324 void BM_arg_name(benchmark::State& state) { in BM_arg_name()
344 void BM_arg_names(benchmark::State& state) { in BM_arg_names()
366 void BM_name(benchmark::State& state) { in BM_name()
392 void BM_BigArgs(benchmark::State& state) { in BM_BigArgs()
404 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1()
422 void BM_Repeat(benchmark::State& state) { in BM_Repeat()
636 void BM_RepeatOnce(benchmark::State& state) { in BM_RepeatOnce()
653 void BM_SummaryRepeat(benchmark::State& state) { in BM_SummaryRepeat()
704 void BM_SummaryDisplay(benchmark::State& state) { in BM_SummaryDisplay()
754 void BM_RepeatTimeUnit(benchmark::State& state) { in BM_RepeatTimeUnit()
818 void BM_UserStats(benchmark::State& state) { in BM_UserStats()
949 void BM_UserPercentStats(benchmark::State& state) { in BM_UserPercentStats()
1115 void BM_CSV_Format(benchmark::State& state) { in BM_CSV_Format()