MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / cleanups

Method cleanups

tests/test_launcher.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 int initializations() const { return _initializations; }
32 int runs() const { return _runs; }
33 int cleanups() const { return _cleanups; }
34
35protected:
36 void Initialize(Context& context) override { _initializations++; }

Callers 1

test_launcher.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected