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

Function BM_Regexp_Compile

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

Source from the content-addressed store, hash-verified

754void BM_CompileToProg(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), CompileToProg); }
755void BM_CompileByteMap(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), CompileByteMap); }
756void BM_Regexp_Compile(benchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), CompileRegexp); }
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); }

Callers

nothing calls this directly

Calls 2

RunBuildFunction · 0.85
GetFlagFunction · 0.85

Tested by

no test coverage detected