|
gem5
|
Variables | |
| double | s |
| These variables equal the number of ticks in the unit of time they're named after in a double. More... | |
| double | ms |
| millisecond More... | |
| double | us |
| microsecond More... | |
| double | ns |
| nanosecond More... | |
| double | ps |
| picosecond More... | |
| double | Hz |
| These variables the inverse of above. More... | |
| double | kHz |
| kHz More... | |
| double | MHz |
| MHz. More... | |
| double | GHZ |
| GHz. More... | |
| double SimClock::Float::GHZ |
| double SimClock::Float::Hz |
These variables the inverse of above.
They're all < 1.Hz
Definition at line 56 of file core.cc.
Referenced by setClockFrequency().
| double SimClock::Float::kHz |
| double SimClock::Float::MHz |
MHz.
Definition at line 58 of file core.cc.
Referenced by RealViewCtrl::read(), and setClockFrequency().
| double SimClock::Float::ms |
| double SimClock::Float::ns |
nanosecond
Definition at line 53 of file core.cc.
Referenced by BaseKvmTimer::hostNs(), and BaseKvmTimer::ticksFromHostNs().
| double SimClock::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 50 of file core.cc.
Referenced by Intel8254Timer::Counter::CounterEvent::CounterEvent(), RealViewOsc::read(), RealViewOsc::RealViewOsc(), and RealViewOsc::write().