MCPcopy Create free account
hub / github.com/CMU-SAFARI/ramulator2 / tick

Method tick

tests/utils/test_harness.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void tick() override {
167 m_controller->tick();
168 }
169
170 int get_clock_ratio() override { return m_controller->m_clock_ratio; }
171 float get_tCK() override { return m_controller->get_tCK(); }

Callers

nothing calls this directly

Calls 1

tickMethod · 0.45

Tested by

no test coverage detected