Hi, all
Executing an application, I want to know the average number of data ready 
instructions in the instruction window. Who can tell me how to get it from GEM5?


I saw the following sourcecode in gem5 / src / cpu / base_dyn_inst.hh, but 
still don't know how to measure.
/** Returns whether or not this instruction is ready to issue. */
    bool readyToIssue() const { return status[CanIssue]; }


John
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to