Helgrind for Windows?

蓝咒 提交于 2020-01-24 13:03:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!