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

Function BM_CompileToProg

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

Source from the content-addressed store, hash-verified

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); }
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); }

Callers

nothing calls this directly

Calls 2

RunBuildFunction · 0.85
GetFlagFunction · 0.85

Tested by

no test coverage detected