Go to the documentation of this file.
75 "shouldn't register stat twice!");
90 assert(result.second &&
"this should never fail");
114 MapType::const_iterator
i =
statsMap().find(
this);
128 MapType::const_iterator
i =
statsMap().find(
this);
156 const char *desc,
const Temp &
r)
165 assert(!
root &&
"Can't change formulas");
166 root =
r.getNodePtr();
178 root =
r.getNodePtr();
201 vec =
root->result();
284 fatal(
"Stats are already enabled");
295 fatal(
"No registered Stats::dump handler");
304 fatal(
"No registered Stats::reset handler");
#define fatal(...)
This implements a cprintf based fatal() function.
const FlagsType init
This Stat is Initialized.
static Root * root()
Use this function to get a pointer to the single Root object in the simulation.
void processResetQueue()
Process all the callbacks in the reset callbacks queue.
void registerDumpCallback(const std::function< void()> &callback)
Register a callback that should be called whenever statistics are about to be dumped.
const StorageParams * storageParams
Helper class to construct formula node trees.
void setInfo(Group *parent, Info *info)
Set up an info class for this statistic.
const Info * resolveStat(std::string name) const
Resolve a stat by its name within this group.
void(* Handler)()
Register reset and dump handlers.
const Info * resolve(const std::string &name)
void registerResetCallback(const std::function< void()> &callback)
Register a callback that should be called whenever statistics are reset.
void set(Type mask)
Set all flag's bits matching the given mask.
Info * info()
Grab the information class for this statistic.
std::list< Info * > & statsList()
const std::string & name()
double Result
All results are doubles.
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
void setInit()
Save Storage class parameters if any.
void processDumpQueue()
Process all the callbacks in the dump callbacks queue.
The Base class is the parent class of all unit classes.
void dump()
Dump all statistics data to the registered outputs.
Flags flags
The formatting flags.
void setParams(const StorageParams *params)
Save Storage class parameters if any.
std::map< const void *, Info * > MapType
void registerHandlers(Handler reset_handler, Handler dump_handler)
std::shared_ptr< Node > NodePtr
Shared pointer to a function Node.
Generated on Tue Mar 23 2021 19:41:24 for gem5 by doxygen 1.8.17