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

Method run

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

Source from the content-addressed store, hash-verified

108 }
109
110 void Worker::run()
111 {
112 m_thread = new thread(&Worker::work, this);
113 }
114
115#ifdef __DEBUG
116 uint16_t Worker::getId()

Callers 3

TEST_FFunction · 0.45
runTestMethod · 0.45
runIterationMethod · 0.45

Calls 3

initMethod · 0.80
emptyMethod · 0.45
performMethod · 0.45

Tested by

no test coverage detected