MCPcopy 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

writeMethod · 0.45
setattrMethod · 0.45
omap_setkeysMethod · 0.45
omap_rmkeyMethod · 0.45
apply_encode_decodeMethod · 0.45
apply_iterateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected