MCPcopy Create free account
hub / github.com/ceph/ceph / setattr

Method setattr

src/test/objectstore/ObjectStoreTransactionBenchmark.cc:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 write_ticks.add(Cycles::rdtsc() - start_time);
58 }
59 void setattr(coll_t cid, const ghobject_t& oid, const string &name,
60 bufferlist& val) {
61 uint64_t start_time = Cycles::rdtsc();
62 t.setattr(cid, oid, name, val);
63 setattr_ticks.add(Cycles::rdtsc() - start_time);
64 }
65 void omap_setkeys(coll_t cid, const ghobject_t &oid,
66 const map<string, bufferlist> &attrset) {
67

Callers 15

do_set_attrFunction · 0.45
callMethod · 0.45
corrupt_infoFunction · 0.45
set_sizeFunction · 0.45
clear_data_digestFunction · 0.45
clear_snapsetFunction · 0.45
remove_cloneFunction · 0.45
do_runFunction · 0.45
SetUpMethod · 0.45
create_and_writeMethod · 0.45
writeMethod · 0.45
write_attributeMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected