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

Function Parse_Digits_BitState

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

Source from the content-addressed store, hash-verified

465void Parse_Digits_RE2(benchmark::State& state) { Parse3Digits(state, Parse3RE2); }
466void Parse_Digits_Backtrack(benchmark::State& state) { Parse3Digits(state, Parse3Backtrack); }
467void Parse_Digits_BitState(benchmark::State& state) { Parse3Digits(state, Parse3BitState); }
468
469BENCHMARK(Parse_Digits_NFA)->ThreadRange(1, NumCPUs());
470BENCHMARK(Parse_Digits_OnePass)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls 1

Parse3DigitsFunction · 0.85

Tested by

no test coverage detected