32 #ifndef __KERNEL_STATS_HH__
33 #define __KERNEL_STATS_HH__
37 #include "config/the_isa.hh"
84 #endif // __KERNEL_STATS_HH__
void regStats(const std::string &name)
A vector of scalar stats.
void serialize(CheckpointOut &cp) const override
Serialize an object.
This is a simple scalar statistic, like a counter.
const std::string name() const
uint64_t Tick
Tick count type.
Basic support for object serialization.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
std::ostream CheckpointOut
Statistics(System *system)