|
gem5
v19.0.0.0
|
#include <info.hh>
Public Attributes | |
| DistType | type |
| Counter | min |
| Counter | max |
| Counter | bucket_size |
| Counter | min_val |
| Counter | max_val |
| Counter | underflow |
| Counter | overflow |
| VCounter | cvec |
| Counter | sum |
| Counter | squares |
| Counter | logs |
| Counter | samples |
| Counter Stats::DistData::bucket_size |
Definition at line 182 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), and Stats::HistStor::prepare().
| VCounter Stats::DistData::cvec |
Definition at line 188 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), and Stats::HistStor::prepare().
| Counter Stats::DistData::logs |
Definition at line 191 of file info.hh.
Referenced by Stats::DistPrint::operator()(), and Stats::HistStor::prepare().
| Counter Stats::DistData::max |
Definition at line 181 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), and Stats::HistStor::prepare().
| Counter Stats::DistData::max_val |
Definition at line 185 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), and Stats::HistStor::prepare().
| Counter Stats::DistData::min |
Definition at line 180 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), and Stats::HistStor::prepare().
| Counter Stats::DistData::min_val |
Definition at line 184 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), and Stats::HistStor::prepare().
| Counter Stats::DistData::overflow |
Definition at line 187 of file info.hh.
Referenced by Stats::DistPrint::operator()(), and Stats::DistStor::prepare().
| Counter Stats::DistData::samples |
Definition at line 192 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), Stats::HistStor::prepare(), Stats::SampleStor::prepare(), and Stats::AvgSampleStor::prepare().
| Counter Stats::DistData::squares |
Definition at line 190 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), Stats::HistStor::prepare(), Stats::SampleStor::prepare(), and Stats::AvgSampleStor::prepare().
| Counter Stats::DistData::sum |
Definition at line 189 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), Stats::HistStor::prepare(), Stats::SampleStor::prepare(), and Stats::AvgSampleStor::prepare().
| DistType Stats::DistData::type |
Definition at line 179 of file info.hh.
Referenced by Stats::DistPrint::operator()(), Stats::DistStor::prepare(), Stats::HistStor::prepare(), Stats::SampleStor::prepare(), and Stats::AvgSampleStor::prepare().
| Counter Stats::DistData::underflow |
Definition at line 186 of file info.hh.
Referenced by Stats::DistPrint::operator()(), and Stats::DistStor::prepare().