Project
Loading...
Searching...
No Matches
benchmark_HistogramRegistry.cxx File Reference
#include "Framework/HistogramRegistry.h"
#include "Framework/Logger.h"
#include "TList.h"
#include <benchmark/benchmark.h>
#include <boost/format.hpp>

Go to the source code of this file.

Functions

 BENCHMARK (BM_HashedNameLookup) -> Arg(4) ->Arg(8) ->Arg(16) ->Arg(64) ->Arg(128) ->Arg(256) ->Arg(512)
 
 BENCHMARK (BM_StandardNameLookup) -> Arg(4) ->Arg(8) ->Arg(16) ->Arg(64) ->Arg(128) ->Arg(256) ->Arg(512)
 
 BENCHMARK_MAIN ()
 

Variables

const int nLookups = 100000
 Number of lookups to perform.
 

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( BM_HashedNameLookup  ) -> Arg(4) ->Arg(8) ->Arg(16) ->Arg(64) ->Arg(128) ->Arg(256) ->Arg(512)

◆ BENCHMARK() [2/2]

BENCHMARK ( BM_StandardNameLookup  ) -> Arg(4) ->Arg(8) ->Arg(16) ->Arg(64) ->Arg(128) ->Arg(256) ->Arg(512)

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

Variable Documentation

◆ nLookups

const int nLookups = 100000

Number of lookups to perform.

Definition at line 25 of file benchmark_HistogramRegistry.cxx.