Lines Matching refs:benchmark
58 static void BM_LogEventCreation(benchmark::State& state) { in BM_LogEventCreation()
63 benchmark::DoNotOptimize(event.parseBuffer(msg, size)); in BM_LogEventCreation()
68 static void BM_LogEventCreationWithPrefetch(benchmark::State& state) { in BM_LogEventCreationWithPrefetch()
78 benchmark::DoNotOptimize(event.parseBody(header)); in BM_LogEventCreationWithPrefetch()
83 static void BM_LogEventCreationWithPrefetchOnly(benchmark::State& state) { in BM_LogEventCreationWithPrefetchOnly()
90 benchmark::DoNotOptimize(event.parseHeader(msg, size)); in BM_LogEventCreationWithPrefetchOnly()
95 static void BM_LogEventCreationMedium(benchmark::State& state) { in BM_LogEventCreationMedium()
101 benchmark::DoNotOptimize(event.parseBuffer(msg, size)); in BM_LogEventCreationMedium()
106 static void BM_LogEventCreationMediumWithPrefetch(benchmark::State& state) { in BM_LogEventCreationMediumWithPrefetch()
116 benchmark::DoNotOptimize(event.parseBody(header)); in BM_LogEventCreationMediumWithPrefetch()
121 static void BM_LogEventCreationMediumWithPrefetchOnly(benchmark::State& state) { in BM_LogEventCreationMediumWithPrefetchOnly()
128 benchmark::DoNotOptimize(event.parseHeader(msg, size)); in BM_LogEventCreationMediumWithPrefetchOnly()
133 static void BM_LogEventCreationLarge(benchmark::State& state) { in BM_LogEventCreationLarge()
139 benchmark::DoNotOptimize(event.parseBuffer(msg, size)); in BM_LogEventCreationLarge()
144 static void BM_LogEventCreationLargeWithPrefetch(benchmark::State& state) { in BM_LogEventCreationLargeWithPrefetch()
154 benchmark::DoNotOptimize(event.parseBody(header)); in BM_LogEventCreationLargeWithPrefetch()
159 static void BM_LogEventCreationLargeWithPrefetchOnly(benchmark::State& state) { in BM_LogEventCreationLargeWithPrefetchOnly()
166 benchmark::DoNotOptimize(event.parseHeader(msg, size)); in BM_LogEventCreationLargeWithPrefetchOnly()
171 static void BM_LogEventCreationExtraLarge(benchmark::State& state) { in BM_LogEventCreationExtraLarge()
177 benchmark::DoNotOptimize(event.parseBuffer(msg, size)); in BM_LogEventCreationExtraLarge()
182 static void BM_LogEventCreationExtraLargeWithPrefetch(benchmark::State& state) { in BM_LogEventCreationExtraLargeWithPrefetch()
192 benchmark::DoNotOptimize(event.parseBody(header)); in BM_LogEventCreationExtraLargeWithPrefetch()
197 static void BM_LogEventCreationExtraLargeWithPrefetchOnly(benchmark::State& state) { in BM_LogEventCreationExtraLargeWithPrefetchOnly()
204 benchmark::DoNotOptimize(event.parseHeader(msg, size)); in BM_LogEventCreationExtraLargeWithPrefetchOnly()