gem5 v24.0.0.0
|
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 | |
Tick | ms |
millisecond | |
Tick | us |
microsecond | |
Tick | ns |
nanosecond | |
Tick | ps |
picosecond | |
These variables equal the number of ticks in the unit of time they're named after in a 64 bit integer.
Tick gem5::sim_clock::as_int::ms |
millisecond
Definition at line 66 of file core.cc.
Referenced by gem5::BaseTags::computeStatsVisitor(), and gem5::EnergyCtrl::ticksTokHz().
Tick gem5::sim_clock::as_int::ns |
nanosecond
Definition at line 68 of file core.cc.
Referenced by gem5::IGbE::chkInterrupt(), gem5::GPUCommandProcessor::dispatchKernelObject(), gem5::pseudo_inst::dumpresetstats(), gem5::pseudo_inst::dumpstats(), gem5::getElapsedTimeNano(), gem5::DRAMPower::getTimingParams(), gem5::IGbE::intClock(), gem5::GPUComputeDriver::ioctl(), gem5::LupioTMR::lupioTMRCurrentTime(), gem5::LupioTMR::lupioTMRSet(), gem5::LupioTMR::lupioTMRWrite(), gem5::pseudo_inst::m5checkpoint(), gem5::pseudo_inst::m5exit(), gem5::pseudo_inst::m5fail(), gem5::free_bsd::onUDelay(), gem5::linux::onUDelay(), gem5::IGbE::postInterrupt(), gem5::pseudo_inst::quiesceNs(), gem5::pseudo_inst::quiesceTime(), gem5::EnergyCtrl::read(), gem5::memory::DRAMSim2::readComplete(), gem5::pseudo_inst::resetstats(), gem5::EtherTapBase::retransmit(), gem5::pseudo_inst::rpns(), gem5::Uart8250::scheduleIntr(), gem5::EtherTapBase::sendSimulated(), gem5::memory::DRAMSim2::tick(), gem5::memory::DRAMsim3::tick(), gem5::EtherSwitch::Interface::transmit(), gem5::NSGigE::transmit(), gem5::GPUCommandProcessor::updateHsaEventData(), gem5::GPUCommandProcessor::updateHsaMailboxData(), gem5::memory::DRAMSim2::writeComplete(), gem5::Uart8250::writeIer(), and gem5::AMDGPUGfx::writeMMIO().
Tick gem5::sim_clock::as_int::ps |
picosecond
Definition at line 69 of file core.cc.
Referenced by sc_gem5::TlmToGem5Bridge< BITWIDTH >::b_transport().
Tick gem5::sim_clock::as_int::s |
second
Definition at line 65 of file core.cc.
Referenced by gem5::BaseSemihosting::callClock(), gem5::ThermalModel::doStep(), gem5::EtherDump::dumpPacket(), gem5::LupioRTC::lupioRTCRead(), gem5::MC146818::RTCTickEvent::process(), gem5::PL031::read(), gem5::PL031::resyncMatch(), gem5::fastmodel::ScxEvsCortexA76< Types >::setClkPeriod(), gem5::fastmodel::ScxEvsCortexR52< Types >::setClkPeriod(), gem5::fastmodel::PL330::start_of_simulation(), gem5::ThermalModel::startup(), gem5::timesFunc(), and gem5::MC146818::writeData().
Tick gem5::sim_clock::as_int::us |
microsecond
Definition at line 67 of file core.cc.
Referenced by gem5::BaseTags::computeStatsVisitor(), gem5::EtherDump::dumpPacket(), and gem5::getElapsedTimeMicro().