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

Method SetItemsProcessed

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

Source from the content-addressed store, hash-verified

78
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_; }

Callers 8

SearchDigitsFunction · 0.80
Parse3DigitsFunction · 0.80
Parse3DigitDsFunction · 0.80
Parse1SplitFunction · 0.80
Parse1SplitHardFunction · 0.80
Parse1SplitBig1Function · 0.80
Parse1SplitBig2Function · 0.80
RunBuildFunction · 0.80

Calls 1

Tested by

no test coverage detected