开发者

How to monitor or visualize memory fragmentation of a delphi application

开发者 https://www.devze.com 2022-12-11 02:40 出处:网络
开发者_如何学GoHow can I monitor or visualize memory fragmentation of a delphi application?Most Delphi applications use FastMM now, and if you have the source code version linked in you can use the Fa

开发者_如何学GoHow can I monitor or visualize memory fragmentation of a delphi application?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消