gem5  v22.1.0.0
Public Attributes | List of all members
gem5::statistics::DistData Struct Reference

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
 

Detailed Description

General container for distribution data.

Definition at line 66 of file types.hh.

Member Data Documentation

◆ bucket_size

Counter gem5::statistics::DistData::bucket_size

◆ cvec

VCounter gem5::statistics::DistData::cvec

◆ logs

Counter gem5::statistics::DistData::logs

◆ max

Counter gem5::statistics::DistData::max

◆ max_val

Counter gem5::statistics::DistData::max_val

◆ min

Counter gem5::statistics::DistData::min

◆ min_val

Counter gem5::statistics::DistData::min_val

◆ overflow

Counter gem5::statistics::DistData::overflow

Definition at line 76 of file types.hh.

Referenced by gem5::statistics::DistPrint::operator()(), gem5::pybind_init_stats(), and TEST().

◆ samples

Counter gem5::statistics::DistData::samples

◆ squares

Counter gem5::statistics::DistData::squares

◆ sum

Counter gem5::statistics::DistData::sum

◆ type

DistType gem5::statistics::DistData::type

Definition at line 68 of file types.hh.

Referenced by checkExpectedDistData(), gem5::statistics::DistPrint::operator()(), and TEST().

◆ underflow

Counter gem5::statistics::DistData::underflow

Definition at line 75 of file types.hh.

Referenced by gem5::statistics::DistPrint::operator()(), gem5::pybind_init_stats(), and TEST().


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

Generated on Wed Dec 21 2022 10:24:27 for gem5 by doxygen 1.9.1