Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void SetBenchmarkBytesProcessed(int64_t b) { bytes = b; }
55
56
void SetBenchmarkItemsProcessed(int64_t i) { items = i; }
57
58
static void RunFunc(Benchmark* b, int iters, int arg) {
59
t0 = nsec();
Callers
1
SetItemsProcessed
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected