![]() |
Project
|
#include "benchmark/benchmark.h"
#include "DataFormatsMCH/Digit.h"
#include "DigitMerging.h"
#include <ctime>
#include <cstdlib>
Go to the source code of this file.
Functions | |
std::vector< Digit > | createDigits (int N) |
std::vector< o2::MCCompLabel > | createLabels (int N) |
BENCHMARK (benchDigitMerging) -> Apply(mergingFunctionIndices) | |
BENCHMARK_MAIN () | |
BENCHMARK | ( | benchDigitMerging | ) | -> Apply(mergingFunctionIndices) |
BENCHMARK_MAIN | ( | ) |
Definition at line 22 of file benchDigitMerging.cxx.
std::vector< o2::MCCompLabel > createLabels | ( | int | N | ) |
Definition at line 37 of file benchDigitMerging.cxx.