[Valgrind-users] Performance debugging of Linux process scheduling

2014-01-08 Thread Alireza Haghdoost
I am developing a high-performance multi-threaded application on the Linux platform. Ideally it is expected that all similar threads run with the same speed. However, there are some situation which One thread may execute while another is waiting for some other system latency. One example of system

Re: [Valgrind-users] Performance debugging of Linux process scheduling

2014-01-08 Thread Bart Van Assche
On 01/08/14 08:34, Alireza Haghdoost wrote: Ideally, I can put my application threads to specific CPU cores. Then I need a performance monitoring tool which tells me what other processes has been executed on these CPU cores during the execution of my application. Does Valgrind a tool to