|
ProDelphi 10.1 (runtime measurement) released
Version 10.1 of the high accuracy industry approved profiler for Delphi
is available.
ProDelphi measures the runtime of Delphi applications with the granularity
of 1 CPU-cycle.
A sophisticated correction algorithym and the principle of
source code instrumentation guarantee accurate measurement results. The
low measurement overhead allow even to profile time critical applications.
New in Freeware and Professional Mode:
- Support for cross platform development: Linux files can be read now
Download via http://www.prodelphi.de or DelphiPages
Related Discussions - ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HOW TO KEEP SPLASH SCREEN SHOWN AFTER APPLICATION.RUN (2001-01-10 07:08:08)Hi,
Try this:
with Form1 do
SetWindowPos(Handle, HWND_TOPMOST, Left, Top, Width, Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
This...
- RUNTIME PACKAGE (2001-01-10 13:46:49)ok, found my problem
- UNWANTED GRID-RESIZE (2001-01-13 14:41:20)if the data that is in the grid takes up more space than the grid can show at design time then maybe a property is on that automaticaly makes the...
- NEED A MATH (CALCULATOR) COMPONENT FOR DELPHI 5 (2001-01-16 12:54:57)Search for Calculator and I have written one (Douglas Tietjen) that is just a simple calculator with code. You can use that for ideas of how to...
- HOW TO DYNAMIC MAKE A TWEBBROWSER IN A TABSHEET? (2001-01-19 07:08:27)You have to cast the Parent proerty to TControl so it
won't think you are trying to use the IDispatch Parent.
procedure...
- HOW TO COMPILE WITHOUT THE VCL ? (2001-01-17 04:13:15)you have not given the full purpose in your question
but it you want to reduce the disk size of your application file
then ofcourse you can...
- CONTAINER CONTROL (2001-01-18 15:10:55)Find and try the TStretchHandle component on either Torry's
or DSP.
- CHANGING THE DEFAULT PRINTER RUNTIME/ SETTING DIALOG VAULES (2001-01-18 15:09:06)see my reply to this question:
http://www.delphipages.com/threads/thread.cfm?ID=18592&G=18536
|