Created by: snehasish
drcachesim currently supports cache warm up by absolute number of references. We would like to support cache warmup determined by what fraction of the cache has been loaded -- eg "the cache is warm once 90% of its blocks have been loaded".
We determine the loaded fraction of the cache hierarchy by enumerating valid blocks in the last level cache only.
Issue: #2755 (closed)