-Tony _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
I am looking at the mshr_hits, mshr_misses, etc. statistics in
cache_impl.hh and I see that they are indexed by pkt->cmdToIndex() for
each command, and then that vector is indexed by a hard coded 0.
However, I see that there is a commented out index pkt->req->threadId().
I want to keep track of these stats on a per thread basis so I
uncommented this out. It compiles and works fine. I was just wondering
what was the reason for commenting this out? Does it not work the way it
should or is there anything I should be aware of when doing this?
- [m5-users] mshr_miss statistics Anthony Gutierrez
- Re: [m5-users] mshr_miss statistics Steve Reinhardt
