ProDelphi 6.5 source code profiler for Delphi released


ProDelphi is a source code profiler.
It gives you the CPU-time consumed by the procedures of your program. The measurement is done on a base of CPU-cycles. It works with a Pentium CPU or a Pentium compatible CPU like AMD K6. Measurement results can be viewed with a built in viewer, exported to a data base or stored into an ASCII-file.
Results are either displayed in CPU-cycles or in a variable format in micro seconds (minimum 0.001 micro seconds), sec, min or hours. Measuring of DLL's is fully supported, also conditional compilation and
multi directory profiling. An API allows switching of measurement on and off or store intermediate results. The freeware version can measure upto 30 methods. The professional version can measure 10.000
methods and additionally pure assembler procedures. ProDelphi integrates itself in the Delphi Tools-menu.

Related Discussions
  • HOW TO SEND OUTPUT TO PRINTER DIRECTLY (2001-01-29 16:29:50)
    Hi Use this code to send Escape code to my POS printer but you can modify the code alittle to fit youre need. type TPassThroughData = record...
  • HOW CAN I DEACTIVE DIAL-UP CONECTION? (2001-01-28 11:54:30)
    A guy named Ruben recently gave me this answer when I asked nearly the same question......... ----------------------------------------------------...
  • EACCSESSVIOLATION... (2001-01-30 00:44:22)
    Assuming MyRegistry is varible declared as TRegistry try this... with MyRegistry.Create do try RootKey := HKEY_LOCAL_MACHINE; if...
  • SIMPLE EMAIL QUESTION (2001-01-30 07:40:08)
    Here is the MemoryStreamToWebBrowser example I promised: // This writes a MemoryStream to the WebBrowser document // without using any disk...
  • MORE EXPLAIN (RUN AN APPLICATION BEFORE ALL OTHERS) (2001-01-26 15:11:58)
    There are other ways... You can make a boot disk. Anyway, your install program will be a DOS program. BUT, if you put your program in RunServices,...
  • HELP FINDING AV IN THIS COMPONENT (2001-02-16 08:23:12)
    Yes, I realize that, but even when I remove it I still get the AV.
  • CREATING SHORTCUTS (2001-01-28 01:16:27)
    This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work. If it won't, tell me and I'll...
  • DELETING THE EXEFILE... (2001-01-28 04:05:04)
    function CreateTempFileName: string; var TempDir: array of Char; count, len: LongInt; dummy, sec: Word; start: string; begin...
  • DIAL UP CONNECTION FOLDER (2001-01-29 09:11:29)
    For people who will read the last answer, sorry, I made a mistake : I forgot a parameter... Add ", false" after the key name in Reg.OpenKey......
  • PLEASE HELP IMAGE DOWNLOADER... (2001-01-28 17:17:26)
    Hey! Ok... Here's a sample application. I made a sample unit for you and it works and does just what you need. Here's the code: unit Unit1;...
Latest News
Submit News Form Past News
Latest Forum Entries