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

Method iterations

extern/re2/util/benchmark.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 void SetBytesProcessed(int64_t b) { SetBenchmarkBytesProcessed(b); }
80 void SetItemsProcessed(int64_t i) { SetBenchmarkItemsProcessed(i); }
81 int64_t iterations() const { return iters_; }
82 // Pretend to support multiple arguments.
83 int64_t range(int pos) const { CHECK(has_arg_); return arg_; }
84

Callers 15

SearchFunction · 0.80
SearchBigFixedFunction · 0.80
FindAndConsumeFunction · 0.80
SearchSuccessFunction · 0.80
SearchAltMatchFunction · 0.80
SearchDigitsFunction · 0.80
Parse3DigitsFunction · 0.80
Parse3DigitDsFunction · 0.80
Parse1SplitFunction · 0.80
Parse1SplitHardFunction · 0.80
Parse1SplitBig1Function · 0.80
Parse1SplitBig2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected