gem5
v19.0.0.0
|
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 300 of file text.cc.
References X86ISA::base, ccprintf(), Stats::cdf, Stats::ScalarPrint::cdf, Stats::ScalarPrint::desc, Stats::Text::descriptions, Stats::ScalarPrint::descriptions, Stats::ScalarPrint::flags, ArmISA::i, name(), Stats::ScalarPrint::name, NAN, Stats::nozero, Stats::oneline, Stats::pdf, Stats::ScalarPrint::pdf, Stats::ScalarPrint::precision, sc_dt::to_string(), Stats::total, Stats::ScalarPrint::update(), and Stats::ScalarPrint::value.
string Stats::VectorPrint::desc |
Definition at line 286 of file text.cc.
Referenced by Stats::Text::visit().
bool Stats::VectorPrint::descriptions |
Definition at line 290 of file text.cc.
Referenced by Stats::Text::visit().
Flags Stats::VectorPrint::flags |
Definition at line 289 of file text.cc.
Referenced by Stats::Text::visit().
bool Stats::VectorPrint::forceSubnames |
Definition at line 294 of file text.cc.
Referenced by Stats::Text::visit().
string Stats::VectorPrint::name |
Definition at line 284 of file text.cc.
Referenced by Stats::Text::visit().
int Stats::VectorPrint::precision |
Definition at line 291 of file text.cc.
Referenced by Stats::Text::visit().
string Stats::VectorPrint::separatorString |
Definition at line 285 of file text.cc.
Referenced by Stats::Text::visit().
vector<string> Stats::VectorPrint::subdescs |
Definition at line 288 of file text.cc.
Referenced by Stats::Text::visit().
vector<string> Stats::VectorPrint::subnames |
Definition at line 287 of file text.cc.
Referenced by Stats::Text::visit().
Result Stats::VectorPrint::total |
Definition at line 293 of file text.cc.
Referenced by Stats::Text::visit().
VResult Stats::VectorPrint::vec |
Definition at line 292 of file text.cc.
Referenced by Stats::Text::visit().