|
gem5 [DEVELOP-FOR-25.1]
|
#include <units.hh>
Public Member Functions | |
| Count (Count const &)=delete | |
| void | operator= (Count const &)=delete |
| std::string | getUnitString () const override |
| Public Member Functions inherited from gem5::statistics::units::Base | |
| virtual | ~Base ()=default |
Static Public Member Functions | |
| static Count * | get () |
| static std::string | toString () |
Private Member Functions | |
| Count () | |
|
inlineprivate |
Definition at line 289 of file units.hh.
Referenced by Count(), get(), and operator=().
|
inlinestatic |
Definition at line 294 of file units.hh.
References Count().
Referenced by gem5::ArmISA::PMU::Stats::registerEvent(), and TEST().
|
inlineoverridevirtual |
Implements gem5::statistics::units::Base.
Definition at line 300 of file units.hh.
References toString().
Referenced by TEST().
|
inlinestatic |
Definition at line 299 of file units.hh.
Referenced by getUnitString(), and TEST().