gem5
v21.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 183 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckHistStor(), pybind_init_stats(), and TEST().
VCounter Stats::DistData::cvec |
Definition at line 189 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), pybind_init_stats(), and TEST().
Counter Stats::DistData::logs |
Definition at line 192 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), pybind_init_stats(), and TEST().
Counter Stats::DistData::max |
Definition at line 182 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), and TEST().
Counter Stats::DistData::max_val |
Definition at line 186 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckHistStor(), pybind_init_stats(), and TEST().
Counter Stats::DistData::min |
Definition at line 181 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), and TEST().
Counter Stats::DistData::min_val |
Definition at line 185 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckHistStor(), pybind_init_stats(), and TEST().
Counter Stats::DistData::overflow |
Definition at line 188 of file info.hh.
Referenced by Stats::DistPrint::operator()(), pybind_init_stats(), and TEST().
Counter Stats::DistData::samples |
Definition at line 193 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), and TEST().
Counter Stats::DistData::squares |
Definition at line 191 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), pybind_init_stats(), and TEST().
Counter Stats::DistData::sum |
Definition at line 190 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), pybind_init_stats(), and TEST().
DistType Stats::DistData::type |
Definition at line 180 of file info.hh.
Referenced by checkExpectedDistData(), Stats::DistPrint::operator()(), and TEST().
Counter Stats::DistData::underflow |
Definition at line 187 of file info.hh.
Referenced by Stats::DistPrint::operator()(), pybind_init_stats(), and TEST().