MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / captureCount

Method captureCount

src/IMetric.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void IMetricReporter::captureCount(const char* metricName) {
47 captureMetric(metricName, 1, IMetricType::COUNT);
48}
49void IMetricReporter::captureTime(const char* metricName, int64_t metricValue) {
50 captureMetric(metricName, metricValue, IMetricType::TIMER);
51}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected