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

Function Parse_Split_BitState

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

Source from the content-addressed store, hash-verified

544void Parse_Split_PCRE(benchmark::State& state) { Parse1Split(state, Parse1PCRE); }
545void Parse_Split_RE2(benchmark::State& state) { Parse1Split(state, Parse1RE2); }
546void Parse_Split_BitState(benchmark::State& state) { Parse1Split(state, Parse1BitState); }
547
548BENCHMARK(Parse_Split_NFA)->ThreadRange(1, NumCPUs());
549BENCHMARK(Parse_Split_OnePass)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls 1

Parse1SplitFunction · 0.85

Tested by

no test coverage detected