MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Monitor

Method Monitor

src/Module/Monitor/Monitor.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace aff3ct::module;
8
9Monitor ::Monitor()
10 : spu::module::Stateful()
11{
12 const std::string name = "Monitor";
13 this->set_name(name);
14 this->set_short_name(name);
15
16 this->tasks_with_nullptr.resize((size_t)mnt::tsk::SIZE);
17}
18
19Monitor*
20Monitor ::clone() const

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected