首页 > Windows开发 > 详细

开源的Delphi性能调试工具

时间:2016-01-27 07:05:29      阅读:216      评论:0      收藏:0      [点我收藏+]

官网:技术分享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性能调试工具

原文:http://www.cnblogs.com/findumars/p/5162030.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!