Project
Loading...
Searching...
No Matches
benchmark_TableToTree.cxx File Reference
#include "Framework/CommonDataProcessors.h"
#include "Framework/TableTreeHelpers.h"
#include <benchmark/benchmark.h>
#include <random>
#include <vector>
#include <TFile.h>

Go to the source code of this file.

Namespaces

namespace  test
 FIXME: do not use data model tables.
 

Functions

 test::DECLARE_SOA_COLUMN (X, x, float)
 
 test::DECLARE_SOA_COLUMN (Y, y, float)
 
 test::DECLARE_SOA_COLUMN (Z, z, float)
 
 test::DECLARE_SOA_DYNAMIC_COLUMN (Sum, sum, [](float x, float y) { return x+y;})
 
 BENCHMARK (BM_TableToTree) -> Range(8, 8<< maxrange)
 
 BENCHMARK_MAIN ()
 

Variables

constexpr unsigned int maxrange = 16
 

Function Documentation

◆ BENCHMARK()

BENCHMARK ( BM_TableToTree  ) -> Range(8, 8<< maxrange)

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

Variable Documentation

◆ maxrange

constexpr unsigned int maxrange = 16
constexpr

Definition at line 35 of file benchmark_TableToTree.cxx.