#include <benchmark/benchmark.h>
#include <TObjArray.h>
#include <TH1.h>
#include <TTree.h>
#include <TF1.h>
#include <TRandom.h>
Go to the source code of this file.
◆ BENCHMARK() [1/8]
BENCHMARK |
( |
BM_ClassComparisonCString |
| ) |
|
◆ BENCHMARK() [2/8]
BENCHMARK |
( |
BM_ClassComparisonInterface |
| ) |
|
◆ BENCHMARK() [3/8]
BENCHMARK |
( |
BM_dynamic_cast |
| ) |
|
◆ BENCHMARK() [4/8]
BENCHMARK |
( |
BM_InheritsFrom |
| ) |
|
◆ BENCHMARK() [5/8]
BENCHMARK |
( |
BM_MergeCollectionOnHeap |
| ) |
|
◆ BENCHMARK() [6/8]
BENCHMARK |
( |
BM_MergeCollectionOnStack |
| ) |
|
◆ BENCHMARK() [7/8]
BENCHMARK |
( |
BM_MergeWithNoCheck |
| ) |
-> Arg(1) ->Arg(100) |
◆ BENCHMARK() [8/8]
BENCHMARK |
( |
BM_MergeWithoutNoCheck |
| ) |
-> Arg(1) ->Arg(100) |
◆ BENCHMARK_MAIN()