Home | History | Annotate | Download | only in src

Lines Matching defs:benchmark

16 // Adapted to be used with google benchmark
18 #include "benchmark/benchmark.h"
25 namespace benchmark {
69 // - n : Vector containing the size of the benchmark tests.
70 // - time : Vector containing the times for the benchmark tests.
115 // - n : Vector containing the size of the benchmark tests.
116 // - time : Vector containing the times for the benchmark tests.
124 // benchmark runs are given
220 } // end namespace benchmark