MCPcopy Create free account
hub / github.com/apple/foundationdb / logReport

Method logReport

flow/Histogram.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void HistogramRegistry::logReport(double elapsed) {
72 for (auto& i : histograms) {
73 // Reset all buckets in writeToLog function
74 i.second->writeToLog(elapsed);
75 }
76}
77
78void HistogramRegistry::clear() {
79 for (auto& i : histograms) {

Callers 3

Histogram.cppFile · 0.80

Calls 1

writeToLogMethod · 0.80

Tested by

no test coverage detected