Skip to content

yavfast/dbg-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f3a2af · Sep 5, 2023
Jun 28, 2014
Nov 27, 2015
Jun 1, 2014
No commit message
Feb 24, 2014
Jun 28, 2014
Aug 7, 2013
Nov 27, 2015
Aug 3, 2013
Mar 14, 2015
Nov 27, 2015
Jun 1, 2014
Sep 18, 2013
May 31, 2014
Jun 28, 2014
Jun 28, 2014
Jun 28, 2014
Nov 27, 2015
May 31, 2014
Jun 21, 2014
Jun 28, 2014
Aug 27, 2016
Aug 27, 2016
Mar 14, 2015
Nov 27, 2015
Aug 27, 2016
Aug 26, 2016
Aug 23, 2014
Jun 22, 2014
Nov 27, 2015
May 31, 2014
Dec 10, 2015
Aug 27, 2016
Jun 22, 2014
No commit message
Aug 31, 2014
No commit message
Aug 31, 2014
Nov 27, 2015
Nov 27, 2015
Nov 27, 2015
Sep 20, 2013
Sep 20, 2013
Jun 28, 2014
Mar 14, 2015
Aug 27, 2016
May 31, 2014
Dec 10, 2015
No commit message
Oct 20, 2013
No commit message
Oct 20, 2013
Mar 14, 2015
Aug 27, 2016
Aug 27, 2016
Oct 19, 2013
Oct 19, 2013
Aug 16, 2014
Aug 16, 2014
May 10, 2014
Jun 15, 2014
Jul 12, 2014
Jul 12, 2014
Jul 12, 2014
Sep 18, 2013
May 25, 2014
No commit message
Feb 13, 2014
No commit message
Feb 13, 2014
Apr 12, 2014
Oct 19, 2013

Repository files navigation

Spider - Delphi profiler

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

More information can be found on the project's website: http://dbg-spider.net

Fork Notes

This fork contains portions of (hash) code from the DWScript repository (https://bitbucket.org/egrange/dwscript) which is copyright by Eric Grange.

Since the license for the this project has not been specified by the original author, it might not be compatible when specified.