gem5
v22.0.0.0
|
#include <limits>
#include <map>
#include <vector>
#include "base/compiler.hh"
#include "base/types.hh"
Go to the source code of this file.
Classes | |
struct | gem5::statistics::DistData |
General container for distribution data. More... | |
struct | gem5::statistics::SparseHistData |
Data structure of sparse histogram. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::statistics | |
Typedefs | |
typedef double | gem5::statistics::Counter |
All counters are of 64-bit values. More... | |
typedef std::vector< Counter > | gem5::statistics::VCounter |
vector of counters. More... | |
typedef std::map< Counter, int > | gem5::statistics::MCounter |
map of counters More... | |
typedef std::numeric_limits< Counter > | gem5::statistics::CounterLimits |
typedef double | gem5::statistics::Result |
All results are doubles. More... | |
typedef std::vector< Result > | gem5::statistics::VResult |
vector of results. More... | |
typedef unsigned int | gem5::statistics::size_type |
typedef unsigned int | gem5::statistics::off_type |
Enumerations | |
enum | gem5::statistics::DistType { gem5::statistics::Deviation, gem5::statistics::Dist, gem5::statistics::Hist } |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (Stats, statistics) | |