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

Method summary

src/osd/OSDMap.cc:7358–7364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7356
7357public:
7358 string summary() {
7359 ostringstream out;
7360 out << "MIN/MAX VAR: " << lowprecision_t(min_var)
7361 << "/" << lowprecision_t(max_var) << " "
7362 << "STDDEV: " << lowprecision_t(dev());
7363 return out.str();
7364 }
7365};
7366
7367ostream& operator<<(ostream& out,

Callers 1

print_osd_utilizationFunction · 0.45

Calls 2

lowprecision_tClass · 0.85
strMethod · 0.45

Tested by

no test coverage detected