46 #ifndef __CPU_MINOR_STATS_HH__
47 #define __CPU_MINOR_STATS_HH__
void regStats(const std::string &name, BaseCPU &baseCpu)
Stats::Scalar quiesceCycles
Number of cycles in quiescent state.
const std::string & name()
Stats::Scalar numOps
Number of simulated insts and microops.
Declaration of Statistics objects.
This is a simple scalar statistic, like a counter.
Stats::Formula cpi
CPI/IPC for total cycle counts and macro insts.
Stats::Scalar numFetchSuspends
Number of times fetch was asked to suspend by Execute.
Stats::Scalar numInsts
Number of simulated instructions.
Stats::Scalar numDiscardedOps
Number of ops discarded before committing.
Base classes for ClockedObjects which have evaluate functions to look like clock ticking operations...
Stats::Vector2d committedInstType
Number of instructions by type (OpClass)
A 2-Dimensional vecto of scalar stats.
Currently unused stats class.