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

Function Parse_SplitHard_BitState

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

Source from the content-addressed store, hash-verified

580void Parse_SplitHard_PCRE(benchmark::State& state) { Parse1SplitHard(state, Parse1PCRE); }
581void Parse_SplitHard_RE2(benchmark::State& state) { Parse1SplitHard(state, Parse1RE2); }
582void Parse_SplitHard_BitState(benchmark::State& state) { Parse1SplitHard(state, Parse1BitState); }
583
584#ifdef USEPCRE
585BENCHMARK(Parse_SplitHard_PCRE)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls 1

Parse1SplitHardFunction · 0.85

Tested by

no test coverage detected