Re: [gem5-users] ruby request latency and L1 miss rate

2012-08-23 Thread Nilay Vaish
On Thu, 23 Aug 2012, Xi Chen wrote: Hi all, I have a question about calculating request latency and L1 data miss rate. My configuration is ALPHA, MESI_directory, 2 level cache, garnet network. When L1 has a miss, it should generate a request and send it into the network, then wait for the resp

[gem5-users] ruby request latency and L1 miss rate

2012-08-23 Thread Xi Chen
Hi all, I have a question about calculating request latency and L1 data miss rate. My configuration is ALPHA, MESI_directory, 2 level cache, garnet network. When L1 has a miss, it should generate a request and send it into the network, then wait for the response. I wonder is there any place I can