适用于 Windows 的 Helgrind?
Helgrind 是一个 Valgrind 工具,用于 检测 C 中的同步错误, 使用的 C++ 和 Fortran 程序 POSIX pthreads 线程原语。
有人知道 windows 下有类似的工具吗? 经过一番谷歌搜索后,我没有找到任何东西......
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于最终应该登陆那里的人:我发现:英特尔线程checker:应该和Hellgrind非常相似。
For the people that eventually should land there: I've found that: Intel thread checker: should be pretty similar to Hellgrind.
在这个领域唯一听说过的是 CHESS,来自 Microsoft Research 。 虽然从未使用过它。 不知道它是否与 Helgrind 有任何有意义的等同。
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.