gem5
v20.1.0.0
|
Public Member Functions | |
Global () | |
Public Attributes | |
Stats::Formula | hostInstRate |
Stats::Formula | hostOpRate |
Stats::Formula | hostTickRate |
Stats::Value | hostMemory |
Stats::Value | hostSeconds |
Stats::Value | simInsts |
Stats::Value | simOps |
Definition at line 95 of file stat_control.cc.
Stats::Global::Global | ( | ) |
Definition at line 109 of file stat_control.cc.
References curTick(), Stats::DataWrap< Derived, InfoProxyType >::desc(), finalTick, SimClock::Frequency, Stats::ValueBase< Derived >::functor(), memUsage(), Stats::DataWrap< Derived, InfoProxyType >::name(), BaseCPU::numSimulatedInsts(), BaseCPU::numSimulatedOps(), Stats::DataWrap< Derived, InfoProxyType >::precision(), Stats::DataWrap< Derived, InfoProxyType >::prereq(), Stats::registerResetCallback(), Stats::ValueBase< Derived >::scalar(), Time::setTimer(), simFreq, simSeconds, simTicks, Stats::startTick, Stats::statElapsedTicks(), Stats::statElapsedTime(), Stats::statFinalTick(), and Stats::statTime.
Stats::Formula Stats::Global::hostInstRate |
Definition at line 97 of file stat_control.cc.
Stats::Value Stats::Global::hostMemory |
Definition at line 100 of file stat_control.cc.
Stats::Formula Stats::Global::hostOpRate |
Definition at line 98 of file stat_control.cc.
Stats::Value Stats::Global::hostSeconds |
Definition at line 101 of file stat_control.cc.
Stats::Formula Stats::Global::hostTickRate |
Definition at line 99 of file stat_control.cc.
Stats::Value Stats::Global::simInsts |
Definition at line 103 of file stat_control.cc.
Stats::Value Stats::Global::simOps |
Definition at line 104 of file stat_control.cc.