440,447d439
< /** Stat for total number of executed instructions. */
< Stats::Scalar<> iewExecutedInsts;
< /** Stat for total number of executed load instructions. */
< Stats::Vector<> iewExecLoadInsts;
< /** Stat for total number of executed store instructions. */
< // Stats::Scalar<> iewExecStoreInsts;
< /** Stat for total number of squashed instructions skipped at execute. */
< Stats::Scalar<> iewExecSquashedInsts;
456a449,454
> /** Stat for total number of executed instructions. */
> Stats::Scalar<> iewExecutedInsts;
> /** Stat for total number of executed load instructions. */
> Stats::Vector<> iewExecLoadInsts;
> /** Stat for total number of squashed instructions skipped at execute. */
> Stats::Scalar<> iewExecSquashedInsts;
458c456
< Stats::Vector<> exeSwp;
---
> Stats::Vector<> iewExecutedSwp;
460c458
< Stats::Vector<> exeNop;
---
> Stats::Vector<> iewExecutedNop;
462c460
< Stats::Vector<> exeRefs;
---
> Stats::Vector<> iewExecutedRefs;
464,474c462
< Stats::Vector<> exeBranches;
<
< // Stats::Vector<> issued_ops;
< /*
< Stats::Vector<> stat_fu_busy;
< Stats::Vector2d<> stat_fuBusy;
< Stats::Vector<> dist_unissued;
< Stats::Vector2d<> stat_issued_inst_type;
< */
< /** Number of instructions issued per cycle. */
< Stats::Formula issueRate;
---
> Stats::Vector<> iewExecutedBranches;
477,478c465,467
< // Stats::Formula issue_op_rate;
< // Stats::Formula fu_busy_rate;
---
> /** Number of instructions executed per cycle. */
> Stats::Formula iewExecRate;
>
491d479
<