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

Method reset

fdbserver/KeyValueStoreRocksDB.actor.cpp:563–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void PerfContextMetrics::reset() {
564 rocksdb::get_perf_context()->Reset();
565}
566
567void PerfContextMetrics::set(int index) {
568 for (auto& [name, metric, vals] : metrics) {

Calls 1

ResetMethod · 0.45

Tested by 1

Future<Void> runTestsFunction · 0.36