Hi all,
I run benchmark with ruby on GEMS.
If I want to get some information about
every instruction cache accessing type, which processor access cache, cache address, cache line address, cache access size
for example:
first instruction processor id, access type, cache line address, cache address, access size
processor 1 LD 0xabc2541 0xabc2590 32
when running benchmark, I should get this information and print result.
what file should I add my code? Sequencer.C or System.C or other files ?
and which function should I add? makerequest or dorequest or other functions ?
Thanks for help in advance.
Mr. Li
|
|