Lines Matching refs:benchmark
38 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) { in ReadWriteTest()
60 void BM_stdio_fread(benchmark::State& state) { in BM_stdio_fread()
65 void BM_stdio_fwrite(benchmark::State& state) { in BM_stdio_fwrite()
70 void BM_stdio_fread_unbuffered(benchmark::State& state) { in BM_stdio_fread_unbuffered()
75 void BM_stdio_fwrite_unbuffered(benchmark::State& state) { in BM_stdio_fwrite_unbuffered()
81 static void FopenFgetlnFclose(benchmark::State& state, bool no_locking) { in FopenFgetlnFclose()
94 static void BM_stdio_fopen_fgetln_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgetln_fclose_locking()
99 void BM_stdio_fopen_fgetln_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgetln_fclose_no_locking()
105 static void FopenFgetsFclose(benchmark::State& state, bool no_locking) { in FopenFgetsFclose()
118 static void BM_stdio_fopen_fgets_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_locking()
123 void BM_stdio_fopen_fgets_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_no_locking()
128 static void FopenGetlineFclose(benchmark::State& state, bool no_locking) { in FopenGetlineFclose()
143 static void BM_stdio_fopen_getline_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_getline_fclose_locking()
148 void BM_stdio_fopen_getline_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_getline_fclose_no_locking()
153 static void FopenFgetcFclose(benchmark::State& state, bool no_locking) { in FopenFgetcFclose()
166 static void BM_stdio_fopen_fgetc_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgetc_fclose_locking()
171 void BM_stdio_fopen_fgetc_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgetc_fclose_no_locking()
176 static void BM_stdio_printf_literal(benchmark::State& state) { in BM_stdio_printf_literal()
184 static void BM_stdio_printf_s(benchmark::State& state) { in BM_stdio_printf_s()
193 static void BM_stdio_printf_d(benchmark::State& state) { in BM_stdio_printf_d()
201 static void BM_stdio_printf_1$s(benchmark::State& state) { in BM_stdio_printf_1$s()
210 static void BM_stdio_scanf_s(benchmark::State& state) { in BM_stdio_scanf_s()
218 static void BM_stdio_scanf_d(benchmark::State& state) { in BM_stdio_scanf_d()
227 static void BM_stdio_scanf_maps(benchmark::State& state) { in BM_stdio_scanf_maps()
295 static void BM_stdio_scanf_maps_baseline(benchmark::State& state) { in BM_stdio_scanf_maps_baseline()