MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / clean

Method clean

deps/memkind/src/test/performance/framework.cpp:144–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 void Worker::clean()
145 {
146 EMIT(2, "Cleaning thread " << m_threadId)
147 for (Action *action : m_actions) {
148 action->free();
149 }
150 EMIT(1, "Thread " << m_threadId << " finished")
151 }
152
153 // PerformanceTest class
154 PerformanceTest::PerformanceTest(

Callers 1

runIterationMethod · 0.80

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected