|
From: tom f. <tf...@al...> - 2010-01-07 00:45:44
|
Milind <km...@gm...> writes: [snip] > I am writing an application that will run on a system that > has multiple CPU cores and each core having multiple hardware > threads. With multiple CPU cores there will be simultaneous memory > access requests. > > I would like to know > - whether Valgrind supports multicore systems ? > - if so, how accurately does it trace the memory accesses ? > - if there is anyone who has already used such multicore, multiple hw thread > environment to trace memory accesses ? http://www.valgrind.org/docs/manual/manual-core.html#manual-core.pthreads Cheers, -tom |