|
gem5 v25.0.0.1
|
#include <units.hh>
Public Member Functions | |
| Count (Count const &)=delete | |
| void | operator= (Count const &)=delete |
| std::string | getUnitString () const override |
Static Public Member Functions | |
| static Count * | get () |
| static std::string | toString () |
Private Member Functions | |
| Count () | |
|
inlineprivate |
Definition at line 288 of file units.hh.
Referenced by Count(), get(), and operator=().
|
inlinestatic |
Definition at line 293 of file units.hh.
References Count().
Referenced by gem5::ArmISA::PMU::Stats::registerEvent(), and TEST().
|
inlineoverridevirtual |
Implements gem5::statistics::units::Base.
Definition at line 299 of file units.hh.
References toString().
Referenced by TEST().
|
inlinestatic |
Definition at line 298 of file units.hh.
Referenced by getUnitString(), and TEST().