gem5
v20.0.0.0
|
Public Member Functions | |
void | update (Result val, Result total) |
void | operator() (ostream &stream, bool oneLine=false) const |
Public Attributes | |
Result | value |
string | name |
string | desc |
Flags | flags |
bool | descriptions |
int | precision |
Result | |
Result | cdf |
void Stats::ScalarPrint::operator() | ( | ostream & | stream, |
bool | oneLine = false |
||
) | const |
Definition at line 251 of file text.cc.
References ccprintf(), Stats::cdf, Stats::Text::descriptions, name(), Stats::nonan, Stats::nozero, Stats::pdf, and Stats::ValueToString().
Definition at line 241 of file text.cc.
References Stats::cdf, Stats::pdf, Stats::total, and X86ISA::val.
Referenced by Stats::VectorPrint::operator()(), and Stats::DistPrint::operator()().
Result Stats::ScalarPrint::cdf |
Definition at line 234 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
string Stats::ScalarPrint::desc |
Definition at line 229 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
bool Stats::ScalarPrint::descriptions |
Definition at line 231 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
Flags Stats::ScalarPrint::flags |
Definition at line 230 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
string Stats::ScalarPrint::name |
Definition at line 228 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
Result Stats::ScalarPrint::pdf |
Definition at line 233 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
int Stats::ScalarPrint::precision |
Definition at line 232 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
Result Stats::ScalarPrint::value |
Definition at line 227 of file text.cc.
Referenced by Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().