Lines Matching refs:benchmark
41 void BM_Difference_Days(benchmark::State& state) { in BM_Difference_Days()
46 benchmark::DoNotOptimize(n); in BM_Difference_Days()
51 void BM_Step_Days(benchmark::State& state) { in BM_Step_Days()
55 benchmark::DoNotOptimize(++c); in BM_Step_Days()
60 void BM_Format(benchmark::State& state) { in BM_Format()
64 benchmark::DoNotOptimize(s); in BM_Format()
69 void BM_Parse(benchmark::State& state) { in BM_Parse()
74 benchmark::DoNotOptimize(b); in BM_Parse()
79 void BM_RoundTripFormatParse(benchmark::State& state) { in BM_RoundTripFormatParse()
84 benchmark::DoNotOptimize(b); in BM_RoundTripFormatParse()
90 void BM_CivilTimeAbslHash(benchmark::State& state) { in BM_CivilTimeAbslHash()
98 benchmark::DoNotOptimize(absl_hasher(civil_time)); in BM_CivilTimeAbslHash()
102 void BM_CivilYearAbslHash(benchmark::State& state) { in BM_CivilYearAbslHash()
105 void BM_CivilMonthAbslHash(benchmark::State& state) { in BM_CivilMonthAbslHash()
108 void BM_CivilDayAbslHash(benchmark::State& state) { in BM_CivilDayAbslHash()
111 void BM_CivilHourAbslHash(benchmark::State& state) { in BM_CivilHourAbslHash()
114 void BM_CivilMinuteAbslHash(benchmark::State& state) { in BM_CivilMinuteAbslHash()
117 void BM_CivilSecondAbslHash(benchmark::State& state) { in BM_CivilSecondAbslHash()