#include <cassert>
#include <cstddef>
#include "benchmark/benchmark.h"
Go to the source code of this file.
|
| BENCHMARK (BM_counters) |
|
| BENCHMARK (BM_empty) |
|
| BENCHMARK (BM_old_arg_range_interface) -> ArgPair(1, 2) ->RangePair(5, 5, 6, 6) |
|
| BENCHMARK_MAIN () |
|
| BENCHMARK_TEMPLATE (BM_template1, long) |
|
| BENCHMARK_TEMPLATE1 (BM_template1, int) |
|
| BENCHMARK_TEMPLATE1_F (BM_Fixture, BM_template2, int)(benchmark |
|
| BENCHMARK_TEMPLATE2 (BM_template2, int, long) |
|
| BENCHMARK_TEMPLATE_F (BM_Fixture, BM_template1, long)(benchmark |
|
void | BM_counters (benchmark::State &state) |
|
void | BM_empty (benchmark::State &state) |
|
void | BM_old_arg_range_interface (benchmark::State &state) |
|
template<class T > |
void | BM_template1 (benchmark::State &state) |
|
template<class T , class U > |
void | BM_template2 (benchmark::State &state) |
|
◆ BENCHMARK() [1/3]
◆ BENCHMARK() [2/3]
◆ BENCHMARK() [3/3]
◆ BENCHMARK_MAIN()
◆ BENCHMARK_TEMPLATE()
◆ BENCHMARK_TEMPLATE1()
◆ BENCHMARK_TEMPLATE1_F()
◆ BENCHMARK_TEMPLATE2()
◆ BENCHMARK_TEMPLATE_F()
◆ BM_counters()
◆ BM_empty()
◆ BM_old_arg_range_interface()
◆ BM_template1()
◆ BM_template2()
template<class T , class U >