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

Function Search_AltMatch_PCRE

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

Source from the content-addressed store, hash-verified

399void Search_AltMatch_OnePass(benchmark::State& state) { SearchAltMatch(state, SearchOnePass); }
400void Search_AltMatch_BitState(benchmark::State& state) { SearchAltMatch(state, SearchBitState); }
401void Search_AltMatch_PCRE(benchmark::State& state) { SearchAltMatch(state, SearchPCRE); }
402void Search_AltMatch_RE2(benchmark::State& state) { SearchAltMatch(state, SearchRE2); }
403
404BENCHMARK_RANGE(Search_AltMatch_DFA, 8, 16<<20)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls 1

SearchAltMatchFunction · 0.85

Tested by

no test coverage detected