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

Function BM_RE2_Compile

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

Source from the content-addressed store, hash-verified

757void BM_Regexp_SimplifyCompile(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), SimplifyCompileRegexp); }
758void BM_Regexp_NullWalk(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), NullWalkRegexp); }
759void BM_RE2_Compile(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), CompileRE2); }
760
761#ifdef USEPCRE
762BENCHMARK(BM_PCRE_Compile)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls 2

RunBuildFunction · 0.85
GetFlagFunction · 0.85

Tested by

no test coverage detected