Go to the documentation of this file.
45 #include "debug/Stats.hh"
55 : mergedParent(nullptr)
59 }
else if (parent && !
name) {
77 DPRINTF(Stats,
"%s: regStats in group %s\n",
78 named ? named->name() :
"?",
95 g.second->resetStats();
105 g.second->preDumpStats();
111 stats.push_back(info);
120 panic_if(block ==
this,
"Stat group can't be added to itself");
122 "Stats of the same group share the same name `%s`.\n",
name);
130 auto pos =
name.find(
".");
131 if (pos == std::string::npos) {
133 for (
auto &info :
stats) {
134 if (info->name ==
name) {
140 const std::string gname =
name.substr(0, pos);
142 if (
g.first == gname) {
143 return g.second->resolveStat(
name.substr(pos + 1));
150 auto info =
g->resolveStat(
name);
162 panic_if(!block,
"No stat block provided");
164 "Stat group already merged into another group");
165 panic_if(block ==
this,
"Stat group can't merge with itself");
172 for (
auto &
s : block->
stats)
180 const std::map<std::string, Group *> &
std::vector< Group * > mergedStatGroups
Group * mergedParent
Parent pointer if merged into parent.
virtual void resetStats()
Callback to reset stats.
const Info * resolveStat(std::string name) const
Resolve a stat by its name within this group.
std::map< std::string, Group * > statGroups
Interface for things with names.
void mergeStatGroup(Group *block)
Merge the contents (stats & children) of a block to this block.
void addStatGroup(const char *name, Group *block)
Add a stat block as a child of this block.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
virtual void regStats()
Callback to set stat parameters.
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
const std::vector< Info * > & getStats() const
Get all stats associated with this object.
void addStat(statistics::Info *info)
Register a stat with this group.
std::vector< Info * > stats
const std::map< std::string, Group * > & getStatGroups() const
Get all child groups associated with this object.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
virtual void preDumpStats()
Callback before stats are dumped.
Generated on Thu Jun 16 2022 10:41:45 for gem5 by doxygen 1.8.17