How to monitor or visualize memory fragmentation o

2020-02-25 08:42发布

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

1条回答
Lonely孤独者°
2楼-- · 2020-02-25 09:13

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.

查看更多
登录 后发表回答