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

Method captureTime

src/IMetric.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 captureMetric(metricName, 1, IMetricType::COUNT);
48}
49void IMetricReporter::captureTime(const char* metricName, int64_t metricValue) {
50 captureMetric(metricName, metricValue, IMetricType::TIMER);
51}
52void IMetricReporter::captureGauge(const char* metricName, int64_t metricValue) {
53 captureMetric(metricName, metricValue, IMetricType::GAUGE);
54}

Callers 2

ExtMsg.actor.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected