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

Function Parse_CachedDigits_NFA

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

Source from the content-addressed store, hash-verified

476BENCHMARK(Parse_Digits_BitState)->ThreadRange(1, NumCPUs());
477
478void Parse_CachedDigits_NFA(benchmark::State& state) { Parse3Digits(state, Parse3CachedNFA); }
479void Parse_CachedDigits_OnePass(benchmark::State& state) { Parse3Digits(state, Parse3CachedOnePass); }
480void Parse_CachedDigits_PCRE(benchmark::State& state) { Parse3Digits(state, Parse3CachedPCRE); }
481void Parse_CachedDigits_RE2(benchmark::State& state) { Parse3Digits(state, Parse3CachedRE2); }

Callers

nothing calls this directly

Calls 1

Parse3DigitsFunction · 0.85

Tested by

no test coverage detected