gem5 v24.0.0.0
|
Abstract class for elements whose events depend on the counting speed of the System Counter. More...
#include <generic_timer.hh>
Public Member Functions | |
virtual void | notify (void)=0 |
Called from the SystemCounter when a change in counting speed occurred Events should be rescheduled properly inside this member function. | |
Abstract class for elements whose events depend on the counting speed of the System Counter.
Definition at line 76 of file generic_timer.hh.
|
pure virtual |
Called from the SystemCounter when a change in counting speed occurred Events should be rescheduled properly inside this member function.
Implemented in gem5::ArchTimer, gem5::GenericTimer::CoreTimers, and gem5::GenericWatchdog::Listener.