Go to the documentation of this file.
73 : flags(
none), precision(-1), prereq(0), storageParams()
105 while (item !=
vec.end()) {
109 std::string::const_iterator
c = item->begin();
112 if (!isalpha(*
c) && *
c !=
'_')
116 while (++
c != item->end()) {
117 if (!isalnum(*
c) && *
c !=
'_')
140 panic_if(!
p.second,
"same statistic name used twice! name=%s\n",
name);
149 const std::string &name1 = stat1->
name;
150 const std::string &name2 = stat2->
name;
158 size_type last = std::min(v1.size(), v2.size()) - 1;
161 return v1[
i] < v2[
i];
164 if (v1[last] == v2[last])
165 return v1.size() < v2.size();
167 return v1[last] < v2[last];
177 cprintf(
"this is stat number %d\n",
id);
179 panic(
"Not all stats have been initialized.\n"
180 "You may need to add <ParentClass>::regStats() to a"
181 " new SimObject's regStats() function. Name: %s",
187 panic(
"all printable stats must be named");
std::vector< std::string > subdescs
virtual void enable()
Enable the stat for use.
void cprintf(const char *format, const Args &...args)
std::vector< std::string > subnames
Names and descriptions of subfields.
virtual size_type size() const =0
void enable()
Enable the stat for use.
void enable()
Enable the stat for use.
std::vector< std::string > y_subnames
std::unique_ptr< const StorageParams > storageParams
std::vector< std::string > subdescs
const FlagsType none
Nothing extra to print.
Flags flags
The formatting flags.
static int id_count
A unique stat ID for each stat in the simulator.
const FlagsType display
Print this stat.
void tokenize(std::vector< std::string > &v, const std::string &s, char token, bool ignore)
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
std::map< std::string, Info * > NameMapType
void setName(const std::string &name, bool old_style=true)
Set the name of this statistic.
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
std::vector< std::string > subdescs
virtual size_type size() const =0
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 setStorageParams(const StorageParams *const params)
Setter for the storage params.
const FlagsType init
This Stat is Initialized.
bool validateStatName(const std::string &name)
static std::string separatorString
The separator string used for vectors, dist, etc.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
StorageParams const * getStorageParams() const
Getter for the storage params.
std::vector< std::string > subnames
Names and descriptions of subfields.
std::vector< std::string > subnames
Names and descriptions of subfields.
std::string name
The name of the stat.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Tue Dec 21 2021 11:34:24 for gem5 by doxygen 1.8.17