MCPcopy Create free account
hub / github.com/devosoft/avida / GetUOpsPerCycle

Method GetUOpsPerCycle

avida-core/source/cpu/cInstSet.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152 int GetStackSize() const { return m_stack_size; }
153 int GetUOpsPerCycle() const { return m_uops_per_cycle; }
154
155 // Instruction Analysis.
156 int IsNop(const Instruction& inst) const { return (inst.GetOp() < m_lib_nopmod_map.GetSize()); }

Callers 2

SingleProcessMethod · 0.80
SingleProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected