Milind <[email protected]> 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 ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
