gem5 v24.0.0.0
|
Variables | |
double | s |
These variables equal the number of ticks in the unit of time they're named after in a double. | |
double | ms |
millisecond | |
double | us |
microsecond | |
double | ns |
nanosecond | |
double | ps |
picosecond | |
double | Hz |
These variables the inverse of above. | |
double | kHz |
kHz | |
double | MHz |
MHz. | |
double | GHz |
GHz. | |
double gem5::sim_clock::as_float::GHz |
double gem5::sim_clock::as_float::Hz |
These variables the inverse of above.
They're all < 1. Hz
Definition at line 57 of file core.cc.
Referenced by sc_core::sc_set_default_time_unit(), sc_core::sc_time::sc_time(), sc_core::sc_time::sc_time(), and sc_core::sc_time::to_seconds().
double gem5::sim_clock::as_float::MHz |
double gem5::sim_clock::as_float::ms |
double gem5::sim_clock::as_float::ns |
nanosecond
Definition at line 54 of file core.cc.
Referenced by gem5::Time::getTick(), gem5::BaseKvmTimer::hostNs(), and gem5::BaseKvmTimer::ticksFromHostNs().
double gem5::sim_clock::as_float::s |
These variables equal the number of ticks in the unit of time they're named after in a double.
second
Definition at line 51 of file core.cc.
Referenced by gem5::BaseSemihosting::callTime(), gem5::Intel8254Timer::Counter::CounterEvent::CounterEvent(), sc_gem5::VcdTraceFile::initialize(), gem5::memory::qos::MemCtrl::logResponse(), gem5::RealViewOsc::read(), gem5::RealViewOsc::RealViewOsc(), and gem5::RealViewOsc::write().