Go to the documentation of this file.
69 : flags(
none), precision(-1), prereq(0), storageParams(NULL)
89 while (item != vec.end()) {
93 std::string::const_iterator
c = item->begin();
96 if (!isalpha(*
c) && *
c !=
'_')
100 while (++
c != item->end()) {
101 if (!isalnum(*
c) && *
c !=
'_')
131 panic(
"same statistic name used twice! name=%s\n",
141 const std::string &name1 = stat1->
name;
142 const std::string &name2 = stat2->
name;
150 size_type last = std::min(v1.size(), v2.size()) - 1;
153 return v1[
i] < v2[
i];
156 if (v1[last] == v2[last])
157 return v1.size() < v2.size();
159 return v1[last] < v2[last];
169 cprintf(
"this is stat number %d\n",
id);
171 panic(
"Not all stats have been initialized.\n"
172 "You may need to add <ParentClass>::regStats() to a"
173 " new SimObject's regStats() function. Name: %s",
179 panic(
"all printable stats must be named");
std::vector< std::string > subnames
Names and descriptions of subfields.
std::vector< std::string > subdescs
const FlagsType init
This Stat is Initialized.
std::map< std::string, Info * > NameMapType
void tokenize(std::vector< std::string > &v, const std::string &s, char token, bool ignore)
std::vector< std::string > subdescs
std::vector< std::string > subnames
Names and descriptions of subfields.
std::vector< std::string > y_subnames
const FlagsType display
Print this stat.
const FlagsType none
Nothing extra to print.
static int id_count
A unique stat ID for each stat in the simulator.
bool validateStatName(const std::string &name)
virtual size_type size() const =0
virtual void enable()
Enable the stat for use.
void enable()
Enable the stat for use.
static std::string separatorString
The separator string used for vectors, dist, etc.
void cprintf(const char *format, const Args &...args)
std::vector< std::string > subdescs
virtual size_type size() const =0
const std::string & name()
std::vector< std::string > subnames
Names and descriptions of subfields.
void setName(const std::string &name)
Set the name of this statistic.
Flags flags
The formatting flags.
std::string name
The name of the stat.
static bool less(Info *stat1, Info *stat2)
Checks if the first stat's name is alphabetically less than the second.
void enable()
Enable the stat for use.
void enable()
Enable the stat for use.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Tue Mar 23 2021 19:41:24 for gem5 by doxygen 1.8.17