gem5
|
These variables equal the number of ticks in the unit of time they're named after in a 64 bit integer. More...
Variables | |
Tick | s |
second More... | |
Tick | ms |
millisecond More... | |
Tick | us |
microsecond More... | |
Tick | ns |
nanosecond More... | |
Tick | ps |
picosecond More... | |
These variables equal the number of ticks in the unit of time they're named after in a 64 bit integer.
Tick SimClock::Int::ms |
millisecond
Definition at line 64 of file core.cc.
Referenced by BaseSetAssoc::computeStats(), setClockFrequency(), and EnergyCtrl::ticksTokHz().
Tick SimClock::Int::ns |
nanosecond
Definition at line 66 of file core.cc.
Referenced by IGbE::chkInterrupt(), PseudoInst::dumpresetstats(), PseudoInst::dumpstats(), getElapsedTimeNano(), Time::getTick(), DRAMPower::getTimingParams(), IGbE::intClock(), PseudoInst::m5checkpoint(), PseudoInst::m5exit(), PseudoInst::m5fail(), IGbE::postInterrupt(), PseudoInst::quiesceNs(), PseudoInst::quiesceTime(), EnergyCtrl::read(), DRAMSim2::readComplete(), PseudoInst::resetstats(), PseudoInst::rpns(), Uart8250::IntrEvent::scheduleIntr(), setClockFrequency(), Time::setTick(), DRAMSim2::tick(), Uart8250::write(), and DRAMSim2::writeComplete().
Tick SimClock::Int::ps |
Tick SimClock::Int::s |
second
Definition at line 63 of file core.cc.
Referenced by ThermalModel::doStep(), EtherDump::dumpPacket(), MC146818::RTCTickEvent::process(), PL031::read(), PL031::resyncMatch(), setClockFrequency(), ThermalModel::startup(), timesFunc(), and MC146818::writeData().
Tick SimClock::Int::us |
microsecond
Definition at line 65 of file core.cc.
Referenced by BaseXBar::calcPacketTiming(), BaseSetAssoc::computeStats(), EtherDump::dumpPacket(), getElapsedTimeMicro(), and setClockFrequency().