Re: [gem5-users] Understanding the dcache.overall_miss_rate in stat.txt

2013-01-30 Thread Fangfei Liu
dcache.overall_miss_rate should get similar result as atomic mode. Thanks! Best regards Fangfei From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: 2013年1月30日 11:50 To: gem5 users mailing list Subject: Re: [gem5-users] Understanding the

Re: [gem5-users] Understanding the dcache.overall_miss_rate in stat.txt

2013-01-30 Thread Fangfei Liu
我刚看到Ali回复了你,他还提到了应该看overall_mshr_miss_rate,你能不能问下这个是怎么计算的,是不是mshr miss占总的cache access数的比例。。。 From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Si Chen Sent: 2013年1月30日 10:36 To: gem5-users@gem5.org Subject: [gem5-users] Understanding the dcache.overall_miss_rate

Re: [gem5-users] Understanding the dcache.overall_miss_rate in stat.txt

2013-01-30 Thread Ali Saidi
Hi Si, I imagine you're sampling multiple times? THe cpu.data vs switch_cpu.data is because the transition between CPU models when you restored from a checkpoint. I imagine the second switch_cpus is a another sample. Note you probably want overall_mshr_miss_rate. Thanks, Ali On 30.01.201