gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Member Functions | Private Attributes | List of all members
Stats::StatStor Class Reference

Templatized storage and interface for a simple scalar stat. More...

#include <storage.hh>

Classes

struct  Params
 

Public Member Functions

 StatStor (Info *info)
 Builds this storage element and calls the base constructor of the datatype. More...
 
void set (Counter val)
 The the stat to the given value. More...
 
void inc (Counter val)
 Increment the stat by the given value. More...
 
void dec (Counter val)
 Decrement the stat by the given value. More...
 
Counter value () const
 Return the value of this stat as its base type. More...
 
Result result () const
 Return the value of this stat as a result type. More...
 
void prepare (Info *info)
 Prepare stat data for dumping or serialization. More...
 
void reset (Info *info)
 Reset stat value to default. More...
 
bool zero () const
 

Private Attributes

Counter data
 The statistic value. More...
 

Detailed Description

Templatized storage and interface for a simple scalar stat.

Definition at line 53 of file storage.hh.

Constructor & Destructor Documentation

◆ StatStor()

Stats::StatStor::StatStor ( Info info)
inline

Builds this storage element and calls the base constructor of the datatype.

Definition at line 66 of file storage.hh.

Member Function Documentation

◆ dec()

void Stats::StatStor::dec ( Counter  val)
inline

Decrement the stat by the given value.

Parameters
valThe new value.

Definition at line 86 of file storage.hh.

References data, and X86ISA::val.

Referenced by TEST().

◆ inc()

void Stats::StatStor::inc ( Counter  val)
inline

Increment the stat by the given value.

Parameters
valThe new value.

Definition at line 80 of file storage.hh.

References data, and X86ISA::val.

Referenced by TEST().

◆ prepare()

void Stats::StatStor::prepare ( Info info)
inline

Prepare stat data for dumping or serialization.

Definition at line 103 of file storage.hh.

Referenced by TEST().

◆ reset()

void Stats::StatStor::reset ( Info info)
inline

Reset stat value to default.

Definition at line 108 of file storage.hh.

References data.

Referenced by TEST().

◆ result()

Result Stats::StatStor::result ( ) const
inline

Return the value of this stat as a result type.

Returns
The value of this stat.

Definition at line 98 of file storage.hh.

References data.

Referenced by TEST().

◆ set()

void Stats::StatStor::set ( Counter  val)
inline

The the stat to the given value.

Parameters
valThe new value.

Definition at line 74 of file storage.hh.

References data, and X86ISA::val.

Referenced by TEST().

◆ value()

Counter Stats::StatStor::value ( ) const
inline

Return the value of this stat as its base type.

Returns
The value of this stat.

Definition at line 92 of file storage.hh.

References data.

Referenced by TEST().

◆ zero()

bool Stats::StatStor::zero ( ) const
inline
Returns
true if zero value

Definition at line 113 of file storage.hh.

References data.

Referenced by TEST().

Member Data Documentation

◆ data

Counter Stats::StatStor::data
private

The statistic value.

Definition at line 57 of file storage.hh.

Referenced by dec(), inc(), reset(), result(), set(), value(), and zero().


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

Generated on Tue Mar 23 2021 19:42:06 for gem5 by doxygen 1.8.17