gem5
v21.0.1.0
|
#include <cassert>
#include <cmath>
#include "base/cast.hh"
#include "base/logging.hh"
#include "base/stats/info.hh"
#include "base/stats/types.hh"
#include "sim/core.hh"
Go to the source code of this file.
Classes | |
struct | Stats::StorageParams |
class | Stats::StatStor |
Templatized storage and interface for a simple scalar stat. More... | |
struct | Stats::StatStor::Params |
class | Stats::AvgStor |
Templatized storage and interface to a per-tick average stat. More... | |
struct | Stats::AvgStor::Params |
struct | Stats::DistParams |
The parameters for a distribution stat. More... | |
class | Stats::DistStor |
Templatized storage and interface for a distribution stat. More... | |
struct | Stats::DistStor::Params |
The parameters for a distribution stat. More... | |
class | Stats::HistStor |
Templatized storage and interface for a histogram stat. More... | |
struct | Stats::HistStor::Params |
The parameters for a distribution stat. More... | |
class | Stats::SampleStor |
Templatized storage and interface for a distribution that calculates mean and variance. More... | |
struct | Stats::SampleStor::Params |
class | Stats::AvgSampleStor |
Templatized storage for distribution that calculates per tick mean and variance. More... | |
struct | Stats::AvgSampleStor::Params |
class | Stats::SparseHistStor |
Templatized storage and interface for a sparse histogram stat. More... | |
struct | Stats::SparseHistStor::Params |
The parameters for a sparse histogram stat. More... | |
Namespaces | |
Stats | |