Home | History | Annotate | Download | only in benchmark

Lines Matching refs:benchmark

25 namespace benchmark {
27 // Interface for custom benchmark result printers.
28 // By default, benchmark reports are printed to stdout. However an application
39 // The number of chars in the longest benchmark name.
60 std::string report_label; // Empty if not set by benchmark.
81 // Zero if not set by benchmark.
105 // platform under which the benchmarks are running. The benchmark run is
110 // Called once for each group of benchmark runs, gives information about
111 // cpu-time and heap memory usage during the benchmark run. If the group
116 // complexity and RMS of that benchmark family.
153 // Simple reporter that outputs benchmark data to the console. This is the
218 } // end namespace benchmark