MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / RunBuild

Function RunBuild

extern/re2/re2/testing/regexp_benchmark.cc:738–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void RunBuild(benchmark::State& state, const std::string& regexp,
739 void (*run)(benchmark::State&, const std::string&)) {
740 run(state, regexp);
741 state.SetItemsProcessed(state.iterations());
742}
743
744} // namespace re2
745

Callers 9

BM_PCRE_CompileFunction · 0.85
BM_Regexp_ParseFunction · 0.85
BM_Regexp_SimplifyFunction · 0.85
BM_CompileToProgFunction · 0.85
BM_CompileByteMapFunction · 0.85
BM_Regexp_CompileFunction · 0.85
BM_Regexp_NullWalkFunction · 0.85
BM_RE2_CompileFunction · 0.85

Calls 3

SetItemsProcessedMethod · 0.80
iterationsMethod · 0.80
runFunction · 0.50

Tested by

no test coverage detected