gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
Stats::DistStor::Params Struct Reference

The parameters for a distribution stat. More...

#include <statistics.hh>

Inheritance diagram for Stats::DistStor::Params:
Stats::DistParams Stats::StorageParams

Public Member Functions

 Params ()
 
- Public Member Functions inherited from Stats::DistParams
 DistParams (DistType t)
 
- Public Member Functions inherited from Stats::StorageParams
virtual ~StorageParams ()
 

Public Attributes

Counter min
 The minimum value to track. More...
 
Counter max
 The maximum value to track. More...
 
Counter bucket_size
 The number of entries in each bucket. More...
 
size_type buckets
 The number of buckets. More...
 
- Public Attributes inherited from Stats::DistParams
const DistType type
 

Detailed Description

The parameters for a distribution stat.

Definition at line 1424 of file statistics.hh.

Constructor & Destructor Documentation

◆ Params()

Stats::DistStor::Params::Params ( )
inline

Definition at line 1435 of file statistics.hh.

Member Data Documentation

◆ bucket_size

Counter Stats::DistStor::Params::bucket_size

The number of entries in each bucket.

Definition at line 1431 of file statistics.hh.

Referenced by Stats::Distribution::init(), Stats::VectorDistribution::init(), Stats::DistStor::prepare(), and Stats::DistStor::reset().

◆ buckets

size_type Stats::DistStor::Params::buckets

The number of buckets.

Equal to (max-min)/bucket_size.

Definition at line 1433 of file statistics.hh.

Referenced by Stats::Distribution::init(), Stats::VectorDistribution::init(), and Stats::DistStor::prepare().

◆ max

Counter Stats::DistStor::Params::max

The maximum value to track.

Definition at line 1429 of file statistics.hh.

Referenced by Stats::Distribution::init(), Stats::VectorDistribution::init(), Stats::DistStor::prepare(), and Stats::DistStor::reset().

◆ min

Counter Stats::DistStor::Params::min

The minimum value to track.

Definition at line 1427 of file statistics.hh.

Referenced by Stats::Distribution::init(), Stats::VectorDistribution::init(), Stats::DistStor::prepare(), and Stats::DistStor::reset().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:03:12 for gem5 by doxygen 1.8.17