Helgrind is a Valgrind tool for detecting synchronisation errors in C, C++ and Fortran programs that use the POSIX pthreads threading primitives.
Anyone knows an equivalent tool for windows? After googling a bit I haven't found anything...
Helgrind is a Valgrind tool for detecting synchronisation errors in C, C++ and Fortran programs that use the POSIX pthreads threading primitives.
Anyone knows an equivalent tool for windows? After googling a bit I haven't found anything...
The only thing of heard of in this area is CHESS, from Microsoft Research. Never used it though. No idea if its equivalent to Helgrind in any meaningful way.
For the people that eventually should land there: I've found that: Intel thread checker: should be pretty similar to Hellgrind.