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

Method getMetrics

bindings/java/JavaWorkload.cpp:601–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600 }
601 void getMetrics(std::vector<FDBPerfMetric>& out) const override { jvm->getMetrics(workload, name, out); }
602};
603
604struct JavaWorkloadFactory : FDBWorkloadFactory {

Callers

nothing calls this directly

Calls 1

getMetricsMethod · 0.45

Tested by

no test coverage detected