|
From: Balaji I. <bri...@nc...> - 2003-12-10 03:21:57
|
hi, I am trying to run some bench marks on a Java VM, with the Java VM being run on valgrind (cachegrind). The cache statistics I get are exactly the same for different benchmarks. This is the command I run: #> valgrind --skin=cachegrind JVM bench_mark These benchmarks are significantly different in behaviour. Does this mean that cachegrind takes into account the execution of the JVM only and doesnt take into account the execution of the benchmark by the JVM. thanks -Balaji. |