gem5
|
Public Member Functions | |
void | operator() (ostream &stream) const |
Public Attributes | |
string | name |
string | separatorString |
string | desc |
vector< string > | subnames |
vector< string > | subdescs |
Flags | flags |
bool | descriptions |
int | precision |
VResult | vec |
Result | total |
bool | forceSubnames |
void Stats::VectorPrint::operator() | ( | ostream & | stream | ) | const |
Definition at line 262 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, NAN, Stats::nozero, Stats::oneline, Stats::pdf, Stats::ScalarPrint::pdf, Stats::ScalarPrint::precision, precision, separatorString, subdescs, subnames, Stats::total, total, Stats::ScalarPrint::update(), Stats::ScalarPrint::value, and vec.
string Stats::VectorPrint::desc |
Definition at line 248 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
bool Stats::VectorPrint::descriptions |
Definition at line 252 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
Flags Stats::VectorPrint::flags |
Definition at line 251 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
bool Stats::VectorPrint::forceSubnames |
Definition at line 256 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
string Stats::VectorPrint::name |
Definition at line 246 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
int Stats::VectorPrint::precision |
Definition at line 253 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
string Stats::VectorPrint::separatorString |
Definition at line 247 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
vector<string> Stats::VectorPrint::subdescs |
Definition at line 250 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
vector<string> Stats::VectorPrint::subnames |
Definition at line 249 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
Result Stats::VectorPrint::total |
Definition at line 255 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().
VResult Stats::VectorPrint::vec |
Definition at line 254 of file text.cc.
Referenced by operator()(), and Stats::Text::visit().