[Gems-users] Multi-processor cache statistics


Date: Thu, 10 Dec 2009 02:35:22 -0500
From: Vishal Oliyil Kunnil <vishal.ok@xxxxxxxxx>
Subject: [Gems-users] Multi-processor cache statistics
Hi all,

I am trying to simulate a two processor  serengeti target, along with Ruby.
I am not sure i interpret correctly, a ruby0.dump-stat does not seem to provide
statistics for the individual processor caches. Is there any way to dump per processor
cache statistics ?

Thanks,

Regards,
Vishal

--------snip ---------------
The configuration file settings  are:

L1_CACHE_ASSOC: 4
L1_CACHE_NUM_SETS_BITS: 12
L2_CACHE_ASSOC: 4
L2_CACHE_NUM_SETS_BITS: 18
 

g_MEMORY_SIZE_BYTES: 536870912
g_DATA_BLOCK_BYTES: 64
g_PAGE_SIZE_BYTES: 8192
g_REPLACEMENT_POLICY: PSEDUO_LRU // currently, only other option is LRU
 
g_PROCS_PER_CHIP: 1
 
 
// set automatically
g_NUM_PROCESSORS: 2
g_NUM_L2_BANKS: 0
g_NUM_MEMORIES: 0
 
-------snip-------------------
[← Prev in Thread] Current Thread [Next in Thread→]