ProDelphi high accuracy profiler now with report function


FOR IMMEDIATE RELEASE
Fuerth, Germany, 8/5/2001: Dipl. Info Helmuth J.H. Adolph announces
availability of ProDelphi 9.1, the industry approved high accuracy
profiler.

Measurement results can be displayed with the built-in viewer or be
exported for evaluation by data base engines. Also printing reports
now is possible. This enables the user to document the succes of his
optimization with ProDelphi.

ProDelphi has a measurement granularity of 1 CPU-cycle. In the
freeware mode 30 procedures can be measured. Upgrading to professional
mode enables measurement of up to 32000 procedures.
More information at http://www.prodelphi.de

Related Discussions
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • REPEATING FUNCTIONS (2001-01-04 09:46:34)
    The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
  • HOW TO CALL A FUNC IN A DLL WRITTEN BY DELPHI IN VC6.0? (2001-01-11 06:36:48)
    Mr williamda: Thank you.I am sorry I can not accept your answer.I specify the "stdcall" for my function and I don't use 'string' type. I can...
  • NEED HELP WITH DELPHI DLL'S (2001-01-05 06:17:19)
    Thanks for the replay, but I need a handle to the calling program not the DLL. Instance in DLLMain(...) is to the calling program. Thanks...
  • HOW TO LOAD INI INTO A DLL (2001-01-05 14:43:45)
    unfortunatelly I haven't found anything interesting in the win32api help. I tried different methods. It seems like it is loading the data while...
  • HOW TO MAKE A REPEAT FUNCTION IN A TOOLBUTTON? (2001-01-05 01:09:01)
    uhm...i don't know too, what you want to do...but wile pressing you mean? make a repeat function on the onmousedown-event like this repeat...
  • MANIPULATING WINDOWS OF OTHER PROGRAMS (2001-01-04 19:11:41)
    You need to use the EnumWindows API function to figure out the handle of each window that you want to manipulate (you may also need to use...
Latest News
Submit News Form Past News
Latest Forum Entries