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

Method SetBytesProcessed

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

Source from the content-addressed store, hash-verified

77 }
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.

Callers 8

SearchFunction · 0.80
SearchBigFixedFunction · 0.80
FindAndConsumeFunction · 0.80
SearchSuccessFunction · 0.80
SearchAltMatchFunction · 0.80
SearchPhoneFunction · 0.80
FullMatchPCREFunction · 0.80
FullMatchRE2Function · 0.80

Calls 1

Tested by

no test coverage detected