gem5
v20.1.0.0
|
Public Member Functions | |
VectorPrint ()=delete | |
VectorPrint (bool spaces) | |
void | operator() (ostream &stream) const |
Public Attributes | |
string | name |
string | separatorString |
string | desc |
vector< string > | subnames |
vector< string > | subdescs |
Flags | flags |
bool | descriptions |
bool | spaces |
int | precision |
VResult | vec |
Result | total |
bool | forceSubnames |
int | nameSpaces |
|
delete |
|
inline |
Definition at line 317 of file text.cc.
References nameSpaces, and spaces.
void Stats::VectorPrint::operator() | ( | ostream & | stream | ) | const |
Definition at line 328 of file text.cc.
References X86ISA::base, ccprintf(), Stats::cdf, Stats::ScalarPrint::cdf, Stats::ScalarPrint::desc, desc, Stats::ScalarPrint::descriptions, descriptions, Stats::ScalarPrint::flags, flags, forceSubnames, ArmISA::i, Flags< T >::isSet(), Stats::ScalarPrint::name, name, nameSpaces, NAN, Stats::nozero, Stats::oneline, Stats::pdf, Stats::ScalarPrint::pdf, Stats::ScalarPrint::precision, precision, separatorString, spaces, subdescs, subnames, sc_dt::to_string(), Stats::total, total, Stats::ScalarPrint::update(), Stats::ScalarPrint::value, and vec.
string Stats::VectorPrint::desc |
Definition at line 304 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
bool Stats::VectorPrint::descriptions |
Definition at line 308 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
Flags Stats::VectorPrint::flags |
Definition at line 307 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
bool Stats::VectorPrint::forceSubnames |
Definition at line 313 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
string Stats::VectorPrint::name |
Definition at line 302 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
int Stats::VectorPrint::nameSpaces |
Definition at line 314 of file text.cc.
Referenced by operator()(), and VectorPrint().
int Stats::VectorPrint::precision |
Definition at line 310 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
string Stats::VectorPrint::separatorString |
Definition at line 303 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
bool Stats::VectorPrint::spaces |
Definition at line 309 of file text.cc.
Referenced by operator()(), and VectorPrint().
vector<string> Stats::VectorPrint::subdescs |
Definition at line 306 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
vector<string> Stats::VectorPrint::subnames |
Definition at line 305 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
Result Stats::VectorPrint::total |
Definition at line 312 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
VResult Stats::VectorPrint::vec |
Definition at line 311 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().