|
gem5
v19.0.0.0
|
Go to the source code of this file.
Namespaces | |
| Stats | |
Typedefs | |
| typedef double | Stats::Counter |
| All counters are of 64-bit values. More... | |
| typedef std::vector< Counter > | Stats::VCounter |
| vector of counters. More... | |
| typedef std::map< Counter, int > | Stats::MCounter |
| map of counters More... | |
| typedef std::numeric_limits< Counter > | Stats::CounterLimits |
| typedef double | Stats::Result |
| All results are doubles. More... | |
| typedef std::vector< Result > | Stats::VResult |
| vector of results. More... | |
| typedef unsigned int | Stats::size_type |
| typedef unsigned int | Stats::off_type |