gem5 v24.0.0.0
|
The parameters for a distribution stat. More...
#include <storage.hh>
Public Member Functions | |
Params (size_type _buckets) | |
Public Member Functions inherited from gem5::statistics::DistParams | |
DistParams (DistType t) | |
Public Member Functions inherited from gem5::statistics::StorageParams | |
virtual | ~StorageParams ()=default |
Public Attributes | |
size_type | buckets |
The number of buckets. | |
Public Attributes inherited from gem5::statistics::DistParams | |
const DistType | type |
The parameters for a distribution stat.
Definition at line 459 of file storage.hh.
|
inline |
Definition at line 464 of file storage.hh.
size_type gem5::statistics::HistStor::Params::buckets |