开源的Delphi性能调试工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了开源的Delphi性能调试工具相关的知识,希望对你有一定的参考价值。

官网:技术分享http://dbg-spider.net/
源码:https://github.com/yavfast/dbg-spider

Real time profiler for Delphi applications:
?  Detailed debug information (internal, TDS, MAP)
?  Display information for multi-threaded applications
?  Timeline diagram for process execute
?  Analysis of exceptions
?  Analysis of the realtime use of memory
?  Analysis of memory leaks
?  Analysis of the call stack
?  Analysis of run-time functions (code tracking)
?  Analysis of the "deadlocks" (Sleep, CriticalSection, SendMessage, etc.)
?  The ability to view the source code in the analysis of events

以上是关于开源的Delphi性能调试工具的主要内容,如果未能解决你的问题,请参考以下文章

手机游戏测试一般会使用啥工具?

字节跳动正式开源其Flutter调试工具UME

字节跳动出品的Flutter调试工具终于开源了!

Linux下性能测量和调试诊断工具Systemtap

[转帖]九大Java性能调试工具,必备至少一款

Delphi 使用串口模拟工具进行串口程序开发调试