#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.
|
| 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 () |
|
|
const int | nLookups = 100000 |
| Number of lookups to perform.
|
|
◆ 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()
◆ nLookups
const int nLookups = 100000 |