问题
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...
回答1:
For the people that eventually should land there: I've found that: Intel thread checker: should be pretty similar to Hellgrind.
回答2:
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.
来源:https://stackoverflow.com/questions/1114608/helgrind-for-windows