如何监控或可视化 Delphi 应用程序的内存碎片

发布于 2024-08-10 12:00:06 字数 33 浏览 2 评论 0原文

如何监控或可视化 Delphi 应用程序的内存碎片?

How can I monitor or visualize memory fragmentation of a delphi application?

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

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

发布评论

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

评论(1

遮云壑 2024-08-17 12:00:06

现在大多数 Delphi 应用程序都使用 FastMM,如果您有链接的源代码版本,则可以使用 FastMMUsageTracker .pas 文件创建一个单独的窗口,显示内存的使用情况,每秒更新一次。

我获取了该文件中的代码并创建了一个记录到文件的版本,以便我可以在服务中使用它,但对于桌面应用程序,标准跟踪器将运行良好。

Most Delphi applications use FastMM now, and if you have the source code version linked in you can use the FastMMUsageTracker.pas file which creates a separate window showing how memory is used updated every second or so.

I took the code in that file and created a version which logs to file, so that I could use it in a service, but for a desktop app that standard tracker will work well.

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