AQTime:“强制垃圾收集”按钮变灰

发布于 2024-12-04 18:13:59 字数 416 浏览 1 评论 0原文

我用谷歌搜索了一下,但找不到原因。 我的应用程序是混合的(C#、VB.NET、C++/CLI 和本机 C++)。 AQTime 声称能够分析此类应用程序,这就是我选择它的原因。

它确实分析正常,但如果能够强制垃圾收集排除那些垃圾但尚未从可疑集中收集的对象,那就太好了。

我正在我的代码区域(一些 dll)上运行分配分析器,并使用以下设置:

  • 检查系统内存分配:已选中(所有其他未选中)
  • 收集堆栈信息:无
  • 线程模型:CLR 线程(我认为这是必要的因为 GC 处理托管线程,不是吗?)

AQTime 版本是 6.50.498,在 Windows XP Professional SP3 上运行

在这种情况下是否可以使用“强制垃圾收集”功能?如果是这样,我该如何配置 AQTime?

I googled around a bit, but couldn't find a reason.
My app is mixed (C#, VB.NET, C++/CLI and native C++). AQTime claims to be able to profile this kind of application, that's why I chose it.

It does profile OK, but it would be nice to be able to force Garbage Collection to rule out objects which are garbage but haven't been collected yet from the suspicious set.

I'm running the Allocation Profiler over an area of my code (some dlls), with these settings:

  • Check system memory Allocations: checked (all other unchecked)
  • Collect Stack information: None
  • Thread Model: CLR threads (I figured this would be necessary since the GC handles managed threads, doesn't it?)

AQTime version is 6.50.498, running on Windows XP Professional SP3

Is it possible to use the "Force Garbage Collection" feature in this scenario? If so, how do I configure AQTime?

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

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

发布评论

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

评论(1

压抑⊿情绪 2024-12-11 18:13:59

分析 .NET Framework 4 应用程序时从 AQtime 调用垃圾收集存在一个已知问题 - 此功能不适用于在此版本的 .NET Framework 下运行的应用程序。对于早期的 .NET Framework 版本,这应该可以正常工作。

目前问题尚未得到解决,但调查将很快继续进行。

——

亚历克斯

There is a known problem with calling Garbage Collection from AQtime when profiling .NET Framework 4 applications - this function does not work for applications running under this version of .NET Framework. For earlier .NET Framework versions, this should work just fine.

There is no solution to the problem so far, but the investigation is going to be continued soon.

--

Alex

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