gem5 v24.0.0.0
|
General container for distribution data. More...
#include <types.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 gem5::statistics::DistData::bucket_size |
Definition at line 70 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckHistStor(), gem5::pybind_init_stats(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().
VCounter gem5::statistics::DistData::cvec |
Counter gem5::statistics::DistData::logs |
Definition at line 79 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), gem5::pybind_init_stats(), and TEST().
Counter gem5::statistics::DistData::max |
Definition at line 69 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), TEST(), and TEST().
Counter gem5::statistics::DistData::max_val |
Definition at line 73 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckHistStor(), gem5::pybind_init_stats(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().
Counter gem5::statistics::DistData::min |
Definition at line 68 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().
Counter gem5::statistics::DistData::min_val |
Definition at line 72 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckHistStor(), gem5::pybind_init_stats(), TEST(), TEST(), TEST(), and TEST().
Counter gem5::statistics::DistData::overflow |
Definition at line 75 of file types.hh.
Referenced by gem5::statistics::DistPrint::operator()(), gem5::pybind_init_stats(), TEST(), TEST(), and TEST().
Counter gem5::statistics::DistData::samples |
Definition at line 80 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), TEST(), TEST(), TEST(), and TEST().
Counter gem5::statistics::DistData::squares |
Definition at line 78 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), gem5::pybind_init_stats(), TEST(), TEST(), TEST(), TEST(), and TEST().
Counter gem5::statistics::DistData::sum |
Definition at line 77 of file types.hh.
Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), prepareCheckDistStor(), prepareCheckHistStor(), gem5::pybind_init_stats(), TEST(), TEST(), TEST(), TEST(), and TEST().
DistType gem5::statistics::DistData::type |
Counter gem5::statistics::DistData::underflow |
Definition at line 74 of file types.hh.
Referenced by gem5::statistics::DistPrint::operator()(), gem5::pybind_init_stats(), TEST(), TEST(), and TEST().