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

Method dump

src/common/DecayCounter.cc:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void DecayCounter::dump(ceph::Formatter *f) const
53{
54 decay();
55 f->dump_float("value", val);
56 f->dump_float("halflife", rate.get_halflife());
57}
58
59std::list<DecayCounter> DecayCounter::generate_test_instances()
60{

Callers

nothing calls this directly

Calls 2

get_halflifeMethod · 0.80
dump_floatMethod · 0.45

Tested by

no test coverage detected