Lines Matching defs:state
64 void BM_Counters_Tabular(benchmark::State& state) {
65 for (auto _ : state) {
68 state.counters.insert({
372 void BM_CounterRates_Tabular(benchmark::State& state) {
373 for (auto _ : state) {
375 auto iterations = state.iterations();
379 state.counters.insert({
431 void BM_CounterSet0_Tabular(benchmark::State& state) {
432 for (auto _ : state) {
435 state.counters.insert({
471 void BM_CounterSet1_Tabular(benchmark::State& state) {
472 for (auto _ : state) {
475 state.counters.insert({
515 void BM_CounterSet2_Tabular(benchmark::State& state) {
516 for (auto _ : state) {
519 state.counters.insert({