Go to the documentation of this file.
80 "shouldn't register stat twice!");
95 assert(result.second &&
"this should never fail");
119 MapType::const_iterator
i =
statsMap().find(
this);
133 MapType::const_iterator
i =
statsMap().find(
this);
141 parent,
name, units::Unspecified::get(), desc)
155 parent,
name, units::Unspecified::get(), desc)
161 const char *desc,
const Temp &
r)
170 assert(!
root &&
"Can't change formulas");
171 root =
r.getNodePtr();
183 root =
r.getNodePtr();
289 fatal(
"Stats are already enabled");
300 fatal(
"No registered statistics::dump handler");
309 fatal(
"No registered statistics::reset handler");
#define fatal(...)
This implements a cprintf based fatal() function.
The Base class is the parent class of all unit classes.
double Result
All results are doubles.
const Info * resolve(const std::string &name)
void set(Type mask)
Set all flag's bits matching the given mask.
Helper class to construct formula node trees.
const Info * resolveStat(std::string name) const
Resolve a stat by its name within this group.
Flags flags
The formatting flags.
void registerHandlers(Handler reset_handler, Handler dump_handler)
void registerDumpCallback(const std::function< void()> &callback)
Register a callback that should be called whenever statistics are about to be dumped.
Info * info()
Grab the information class for this statistic.
void dump()
Dump all statistics data to the registered outputs.
void setInit()
Save Storage class parameters if any.
void registerResetCallback(const std::function< void()> &callback)
Register a callback that should be called whenever statistics are reset.
void processDumpQueue()
Process all the callbacks in the dump callbacks queue.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
void(* Handler)()
Register reset and dump handlers.
std::list< Info * > & statsList()
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
void processResetQueue()
Process all the callbacks in the reset callbacks queue.
std::map< const void *, Info * > MapType
std::shared_ptr< Node > NodePtr
Shared pointer to a function Node.
void setStorageParams(const StorageParams *const params)
Setter for the storage params.
const FlagsType init
This Stat is Initialized.
void setInfo(Group *parent, Info *info)
Set up an info class for this statistic.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void setParams(const StorageParams *params)
Save Storage class parameters if any.
static Root * root()
Use this function to get a pointer to the single Root object in the simulation.
Generated on Wed Jul 28 2021 12:10:23 for gem5 by doxygen 1.8.17