vtune 与 mingw

发布于 2024-11-15 02:20:50 字数 300 浏览 4 评论 0原文

我正在尝试将 vtune 与在 Windows 中使用 mingw 编译的应用程序一起使用。 当我尝试查看源代码信息时,vtune 表示生成的可执行文件中不是行信息。我正在使用 -g 选项进行编译,所以我不知道问题出在哪里。所以问题是:

  • 是否可以在 Windows 中使用 mingw 编译的程序进行分析?看来 MS-VC 一切都准备好了,但 mingw 还没有准备好。

  • 如果是这样,是否需要更改对象格式(coff、xcoff、DWARF,....)? 也许如果有人发布一个示例,它会很有价值。

I am trying to use vtune with my application compiled with mingw in Windows.
When I try to see souce code information, vtune says the is not line information in the resulting executable. I am compiling with -g option so I dont know where is the problem. So the questions are:

  • Is it possible to profile with a program compiled with mingw in windows? It looks like all is ready for MS-VC, but not for mingw.

  • If so, is it needed to change the object format (coff, xcoff, DWARF, ....)?
    maybe if someone post an example it would be valuable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜清冷一曲。 2024-11-22 02:20:50

已解决,编译为

-gstabs -g3

Solved, compiled with

-gstabs -g3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文