Home | History | Annotate | Download | only in src

Lines Matching refs:benchmark

16 // Adapted to be used with google benchmark
18 #include "benchmark/benchmark_api.h"
26 namespace benchmark {
70 // - n : Vector containing the size of the benchmark tests.
71 // - time : Vector containing the times for the benchmark tests.
116 // - n : Vector containing the size of the benchmark tests.
117 // - time : Vector containing the times for the benchmark tests.
125 // benchmark runs are given
172 // can take this information from the first benchmark.
284 } // end namespace benchmark