gem5
|
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 215 of file text.cc.
References ccprintf(), cdf, desc, descriptions, flags, Flags< T >::isSet(), name, Stats::nonan, Stats::nozero, pdf, precision, value, and Stats::ValueToString().
Definition at line 205 of file text.cc.
References cdf, pdf, Stats::total, X86ISA::val, and value.
Referenced by Stats::VectorPrint::operator()(), and Stats::DistPrint::operator()().
Result Stats::ScalarPrint::cdf |
Definition at line 198 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), update(), and Stats::Text::visit().
string Stats::ScalarPrint::desc |
Definition at line 193 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
bool Stats::ScalarPrint::descriptions |
Definition at line 195 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
Flags Stats::ScalarPrint::flags |
Definition at line 194 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
string Stats::ScalarPrint::name |
Definition at line 192 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
Result Stats::ScalarPrint::pdf |
Definition at line 197 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), update(), and Stats::Text::visit().
int Stats::ScalarPrint::precision |
Definition at line 196 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), and Stats::Text::visit().
Result Stats::ScalarPrint::value |
Definition at line 191 of file text.cc.
Referenced by operator()(), Stats::VectorPrint::operator()(), Stats::DistPrint::operator()(), Stats::SparseHistPrint::operator()(), update(), and Stats::Text::visit().