Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Helgrind 是一个 Valgrind 工具,用于检测使用 POSIX pthreads 线程原语的 C、C++ 和 Fortran 程序中的同步错误。
有人知道Windows的等效工具吗?谷歌搜索了一下之后,我没有找到任何东西......
对于最终应该登陆那里的人:我发现:英特尔线程检查器:应该与 Hellgrind 非常相似。
在这方面唯一听说过的是微软研究院的CHESS。不过从来没用过。不知道它是否以任何有意义的方式等同于 Helgrind。