gem5 v24.0.0.0
|
#include <cassert>
#include <cmath>
#include "base/cast.hh"
#include "base/compiler.hh"
#include "base/logging.hh"
#include "base/stats/types.hh"
#include "sim/cur_tick.hh"
Go to the source code of this file.
Classes | |
struct | gem5::statistics::StorageParams |
class | gem5::statistics::StatStor |
Templatized storage and interface for a simple scalar stat. More... | |
struct | gem5::statistics::StatStor::Params |
class | gem5::statistics::AvgStor |
Templatized storage and interface to a per-tick average stat. More... | |
struct | gem5::statistics::AvgStor::Params |
struct | gem5::statistics::DistParams |
The parameters for a distribution stat. More... | |
class | gem5::statistics::DistStor |
Templatized storage and interface for a distribution stat. More... | |
struct | gem5::statistics::DistStor::Params |
The parameters for a distribution stat. More... | |
class | gem5::statistics::HistStor |
Templatized storage and interface for a histogram stat. More... | |
struct | gem5::statistics::HistStor::Params |
The parameters for a distribution stat. More... | |
class | gem5::statistics::SampleStor |
Templatized storage and interface for a distribution that calculates mean and variance. More... | |
struct | gem5::statistics::SampleStor::Params |
class | gem5::statistics::AvgSampleStor |
Templatized storage for distribution that calculates per tick mean and variance. More... | |
struct | gem5::statistics::AvgSampleStor::Params |
class | gem5::statistics::SparseHistStor |
Templatized storage and interface for a sparse histogram stat. More... | |
struct | gem5::statistics::SparseHistStor::Params |
The parameters for a sparse histogram stat. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::statistics |