Project
Loading...
Searching...
No Matches
benchDigitMerging.cxx File Reference
#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< DigitcreateDigits (int N)
 
std::vector< o2::MCCompLabelcreateLabels (int N)
 
 BENCHMARK (benchDigitMerging) -> Apply(mergingFunctionIndices)
 
 BENCHMARK_MAIN ()
 

Function Documentation

◆ BENCHMARK()

BENCHMARK ( benchDigitMerging  ) -> Apply(mergingFunctionIndices)

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

◆ createDigits()

std::vector< Digit > createDigits ( int  N)

Definition at line 22 of file benchDigitMerging.cxx.

◆ createLabels()

std::vector< o2::MCCompLabel > createLabels ( int  N)

Definition at line 37 of file benchDigitMerging.cxx.