Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ add
Method
add
src/test/objectstore/ObjectStoreTransactionBenchmark.cc:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
uint64_t count;
39
Tick(): ticks(0), count(0) {}
40
void add(uint64_t a) {
41
ticks += a;
42
count++;
43
}
44
void reset()
45
{
46
ticks = 0;
Callers
6
write
Method · 0.45
setattr
Method · 0.45
omap_setkeys
Method · 0.45
omap_rmkey
Method · 0.45
apply_encode_decode
Method · 0.45
apply_iterate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected