gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs | Functions
statistics.hh File Reference
#include <algorithm>
#include <cassert>
#include <cmath>
#include <functional>
#include <iosfwd>
#include <list>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "base/cast.hh"
#include "base/cprintf.hh"
#include "base/intmath.hh"
#include "base/stats/group.hh"
#include "base/stats/info.hh"
#include "base/stats/output.hh"
#include "base/stats/storage.hh"
#include "base/stats/types.hh"
#include "base/stats/units.hh"
#include "base/str.hh"
#include "base/types.hh"

Go to the source code of this file.

Classes

class  Stats::InfoProxy< Stat, Base >
 
class  Stats::ScalarInfoProxy< Stat >
 
class  Stats::VectorInfoProxy< Stat >
 
class  Stats::DistInfoProxy< Stat >
 
class  Stats::VectorDistInfoProxy< Stat >
 
class  Stats::Vector2dInfoProxy< Stat >
 
class  Stats::InfoAccess
 
class  Stats::DataWrap< Derived, InfoProxyType >
 
class  Stats::DataWrapVec< Derived, InfoProxyType >
 
class  Stats::DataWrapVec2d< Derived, InfoProxyType >
 
class  Stats::ScalarBase< Derived, Stor >
 Implementation of a scalar stat. More...
 
class  Stats::ProxyInfo
 
class  Stats::ValueProxy< T >
 
class  Stats::FunctorProxy< T, Enabled >
 
class  Stats::MethodProxy< T, V >
 A proxy similar to the FunctorProxy, but allows calling a method of a bound object, instead of a global free-standing function. More...
 
class  Stats::ValueBase< Derived >
 
class  Stats::ScalarProxy< Stat >
 A proxy class to access the stat at a given index in a VectorBase stat. More...
 
class  Stats::VectorBase< Derived, Stor >
 Implementation of a vector of stats. More...
 
class  Stats::VectorProxy< Stat >
 
class  Stats::Vector2dBase< Derived, Stor >
 
class  Stats::DistBase< Derived, Stor >
 Implementation of a distribution stat. More...
 
class  Stats::DistProxy< Stat >
 
class  Stats::VectorDistBase< Derived, Stor >
 
class  Stats::DistProxy< Stat >
 
class  Stats::Node
 Base class for formula statistic node. More...
 
class  Stats::ScalarStatNode
 
class  Stats::ScalarProxyNode< Stat >
 
class  Stats::VectorStatNode
 
class  Stats::ConstNode< T >
 
class  Stats::ConstVectorNode< T >
 
struct  Stats::OpString< Op >
 
struct  Stats::OpString< std::plus< Result > >
 
struct  Stats::OpString< std::minus< Result > >
 
struct  Stats::OpString< std::multiplies< Result > >
 
struct  Stats::OpString< std::divides< Result > >
 
struct  Stats::OpString< std::modulus< Result > >
 
struct  Stats::OpString< std::negate< Result > >
 
class  Stats::UnaryNode< Op >
 
class  Stats::BinaryNode< Op >
 
class  Stats::SumNode< Op >
 
class  Stats::Scalar
 This is a simple scalar statistic, like a counter. More...
 
class  Stats::Average
 A stat that calculates the per tick average of a value. More...
 
class  Stats::Value
 
class  Stats::Vector
 A vector of scalar stats. More...
 
class  Stats::AverageVector
 A vector of Average stats. More...
 
class  Stats::Vector2d
 A 2-Dimensional vecto of scalar stats. More...
 
class  Stats::Distribution
 A simple distribution stat. More...
 
class  Stats::Histogram
 A simple histogram stat. More...
 
class  Stats::StandardDeviation
 Calculates the mean and variance of all the samples. More...
 
class  Stats::AverageDeviation
 Calculates the per tick mean and variance of the samples. More...
 
class  Stats::VectorDistribution
 A vector of distributions. More...
 
class  Stats::VectorStandardDeviation
 This is a vector of StandardDeviation stats. More...
 
class  Stats::VectorAverageDeviation
 This is a vector of AverageDeviation stats. More...
 
class  Stats::FormulaInfoProxy< Stat >
 
class  Stats::SparseHistInfoProxy< Stat >
 
class  Stats::SparseHistBase< Derived, Stor >
 Implementation of a sparse histogram stat. More...
 
class  Stats::SparseHistogram
 
class  Stats::Formula
 A formula for statistics that is calculated when printed. More...
 
class  Stats::FormulaNode
 
class  Stats::Temp
 Helper class to construct formula node trees. More...
 

Namespaces

 Stats
 

Typedefs

typedef std::shared_ptr< Node > Stats::NodePtr
 Shared pointer to a function Node. More...
 
typedef void(* Stats::Handler) ()
 Register reset and dump handlers. More...
 
typedef std::map< const void *, Info * > Stats::MapType
 

Functions

Temp Stats::operator+ (Temp l, Temp r)
 
Temp Stats::operator- (Temp l, Temp r)
 
Temp Stats::operator* (Temp l, Temp r)
 
Temp Stats::operator/ (Temp l, Temp r)
 
Temp Stats::operator- (Temp l)
 
template<typename T >
Temp Stats::constant (T val)
 
template<typename T >
Temp Stats::constantVector (T val)
 
Temp Stats::sum (Temp val)
 
void Stats::dump ()
 Dump all statistics data to the registered outputs. More...
 
void Stats::reset ()
 
void Stats::enable ()
 
bool Stats::enabled ()
 
const Info * Stats::resolve (const std::string &name)
 
void Stats::registerHandlers (Handler reset_handler, Handler dump_handler)
 
void Stats::registerResetCallback (const std::function< void()> &callback)
 Register a callback that should be called whenever statistics are reset. More...
 
void Stats::registerDumpCallback (const std::function< void()> &callback)
 Register a callback that should be called whenever statistics are about to be dumped. More...
 
void Stats::processResetQueue ()
 Process all the callbacks in the reset callbacks queue. More...
 
void Stats::processDumpQueue ()
 Process all the callbacks in the dump callbacks queue. More...
 
std::list< Info * > & Stats::statsList ()
 
MapType & Stats::statsMap ()
 
void debugDumpStats ()
 

Detailed Description

Declaration of Statistics objects.

Definition in file statistics.hh.

Function Documentation

◆ debugDumpStats()

void debugDumpStats ( )

Definition at line 327 of file statistics.cc.

References Stats::dump().


Generated on Tue Mar 23 2021 19:41:31 for gem5 by doxygen 1.8.17