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

Function SetBenchmarkItemsProcessed

extern/re2/util/benchmark.cc:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54void SetBenchmarkBytesProcessed(int64_t b) { bytes = b; }
55
56void SetBenchmarkItemsProcessed(int64_t i) { items = i; }
57
58static void RunFunc(Benchmark* b, int iters, int arg) {
59 t0 = nsec();

Callers 1

SetItemsProcessedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected