#include <ROOT/RAxes.hxx>#include <benchmark/benchmark.h>#include <random>#include <tuple>#include <vector>Classes | |
| struct | RAxes_Regular1 |
| struct | RAxes_Regular2 |
Functions | |
| BENCHMARK_DEFINE_F (RAxes_Regular1, ComputeGlobalIndex)(benchmark | |
| BENCHMARK_DEFINE_F (RAxes_Regular2, ComputeGlobalIndex)(benchmark | |
| BENCHMARK_MAIN () | |
| BENCHMARK_REGISTER_F (RAxes_Regular1, ComputeGlobalIndex) -> Range(0, 32768) | |
| BENCHMARK_REGISTER_F (RAxes_Regular2, ComputeGlobalIndex) -> Range(0, 32768) | |
| BENCHMARK_DEFINE_F | ( | RAxes_Regular1 | , |
| ComputeGlobalIndex | ) |
Definition at line 29 of file hist_benchmark_axes.cxx.
| BENCHMARK_DEFINE_F | ( | RAxes_Regular2 | , |
| ComputeGlobalIndex | ) |
Definition at line 59 of file hist_benchmark_axes.cxx.
| BENCHMARK_MAIN | ( | ) |
| BENCHMARK_REGISTER_F | ( | RAxes_Regular1 | , |
| ComputeGlobalIndex | ) -> Range(0, 32768) |
| BENCHMARK_REGISTER_F | ( | RAxes_Regular2 | , |
| ComputeGlobalIndex | ) -> Range(0, 32768) |