476a477
> // Also include number of instructions rescheduled and replayed.
478c479,481
< /** Distribution of number of instructions in the queue. */
---
> /** Distribution of number of instructions in the queue.
> * @todo: Need to create struct to track the entry time for each
> * instruction. */
482c485,487
< /** Distribution of the cycles it takes to issue an instruction. */
---
> /** Distribution of the cycles it takes to issue an instruction.
> * @todo: Need to create struct to track the ready time for each
> * instruction. */
495,496c500
< // Stats::Formula issue_stores;
< // Stats::Formula issue_op_rate;
---
>