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

Function BM_PCRE_Compile

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

Source from the content-addressed store, hash-verified

749namespace re2 {
750
751void BM_PCRE_Compile(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), CompilePCRE); }
752void BM_Regexp_Parse(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), ParseRegexp); }
753void BM_Regexp_Simplify(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), SimplifyRegexp); }
754void BM_CompileToProg(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), CompileToProg); }

Callers

nothing calls this directly

Calls 2

RunBuildFunction · 0.85
GetFlagFunction · 0.85

Tested by

no test coverage detected