gem5 v24.1.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 65 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

◆ samples

Counter gem5::statistics::DistData::samples

◆ squares

Counter gem5::statistics::DistData::squares

◆ sum

Counter gem5::statistics::DistData::sum

◆ type

DistType gem5::statistics::DistData::type

◆ underflow

Counter gem5::statistics::DistData::underflow

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

Generated on Mon Jan 13 2025 04:29:15 for gem5 by doxygen 1.9.8