|
From: Josef W. <Jos...@gm...> - 2007-11-20 10:10:30
|
On Monday 19 November 2007, Mehmet Belgin wrote: > I run Valgrind using: > valgrind --tool=cachegrind --I1=65536,2,64 --D1=65536,2,64 > --L2=1048576,16,16384 ./mycode Are you sure you want to simulate a L2 cache linesize of 16384? In general, cachegrind is using the parameters of your CPU (detected by cpuid), so if you just want to simulate the cache of your CPU, there is no requirement to specify the parameters explicitly. Josef |