开源的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性能调试工具的主要内容,如果未能解决你的问题,请参考以下文章