[Gems-users] Determining capacity and cold start misses using RUBY.


Date: Thu, 27 Nov 2008 02:21:16 -0500
From: "Ashwath Narasimhan" <nashwath@xxxxxxxxx>
Subject: [Gems-users] Determining capacity and cold start misses using RUBY.
Hi,
I am trying to map capacity and Cold start misses for various protocols. As a start, i looked at CacheMemory.h.

 I think I can map the number of capacity misses whenever the LRU replacement function is called and cold start misses each time the allocate function is called

1. Am I right?
2. How do I map coherence misses?


Thanks for the help.
regards,
Ashwath
[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] Determining capacity and cold start misses using RUBY., Ashwath Narasimhan <=