MCPcopy Create free account
hub / github.com/cvut/qtrvsim / get_write_count

Method get_write_count

src/machine/memory/cache/cache.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410uint32_t Cache::get_write_count() const {
411 return mem_writes;
412}
413
414uint32_t Cache::get_stall_count() const {
415 uint32_t st_cycles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected