Go to the documentation of this file.
96 percent = (100.0 * writes) / cycles;
virtual TCEString name() const
ProximBusDetailsCmd(const TTAMachine::Bus &bus)
void appendDetails(std::string text)
static const std::string MACH_WIN_BUS_WRITES_LABEL
Label for the machine state window bus write count..
static std::string toString(const T &source)
virtual const SimValue & value() const
static const std::string MACH_WIN_BUS_LABEL
Label precing bus names in the machine state window.
BusState & busState(const std::string &name)
const UtilizationStats & utilizationStatistics(int core=-1)
virtual ~ProximBusDetailsCmd()
ClockCycleCount busWrites(const std::string &busName) const
static const std::string MACH_WIN_BUS_VALUE_LABEL
Label for the machine state window bus value.
void appendUtilizationData(std::string text)
SIntWord sIntWordValue() const
ClockCycleCount cycleCount() const
const TTAMachine::Bus & bus_
Bus to display.
MachineState & machineState(int core=-1)
CycleCount ClockCycleCount
Alias for ClockCycleCount.