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

Method start

fdbserver/workloads/SlowTaskWorkload.actor.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 std::string description() const override { return "SlowTaskWorkload"; }
34
35 Future<Void> start(Database const& cx) override {
36 setupRunLoopProfiler();
37 return go();
38 }
39
40 Future<bool> check(Database const& cx) override { return true; }
41

Callers

nothing calls this directly

Calls 1

setupRunLoopProfilerFunction · 0.85

Tested by

no test coverage detected