gem5
|
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 109 of file stat_control.cc.
Stats::Global::Global | ( | ) |
Definition at line 123 of file stat_control.cc.
References 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(), simFreq, simSeconds, simTicks, Stats::simTicksReset, Stats::statElapsedTicks(), Stats::statElapsedTime(), and Stats::statFinalTick().
Stats::Formula Stats::Global::hostInstRate |
Definition at line 111 of file stat_control.cc.
Stats::Value Stats::Global::hostMemory |
Definition at line 114 of file stat_control.cc.
Stats::Formula Stats::Global::hostOpRate |
Definition at line 112 of file stat_control.cc.
Stats::Value Stats::Global::hostSeconds |
Definition at line 115 of file stat_control.cc.
Stats::Formula Stats::Global::hostTickRate |
Definition at line 113 of file stat_control.cc.
Stats::Value Stats::Global::simInsts |
Definition at line 117 of file stat_control.cc.
Stats::Value Stats::Global::simOps |
Definition at line 118 of file stat_control.cc.