Additional remarks which are not in the description or might be overlooked:

  - Don't use the optimization switch of the compiler, in some cases the
    compiler produses wrong code ( this has nothing to do with ProDelphi ),
    and second the measurement results are less correct.
  - The best results concerning correctness are got if the profiled
    program does not run under the IDE.
  - All units have to be in the same directory, otherwise they are excluded
    from profiling.

Changes made in ProDelphi 5.0 (11/15/1998):
  - Inserted profiling statments are now partly in Assembler. This results
    in less measurement overhead and a better measurement accuracy (in my
    test program results of the measured program had an accuracy of
    +- 1 CPU-cycle).
  - Fixed 1 bug: testee aborted at program end if all procedures had a
    runtime of 0 CPU-cycles (empty procedures).

Changes made in ProDelphi 4.0 (10/11/1998):

  - Export into data base,
  - Adding a viewer to look at the results directly with the profiler,
  - measurement results in CPU-cycles availlable
  - 2 minor bug fixes
  - greater accuracy and less measurement overhead compared to previous
    versions by using 64 bit integers instead of data type Comp.
  - measurement results for recursive procedures fixed.
  - greater accuracy for calling of deactivated procedures (professional
    version only).
  - support of Delphi 4.

Attention:
  ProDelphi 2.x for non-Intel-compatible CPU's is no longer supported.

Changes made in ProDelphi 3.1 (05/10/98):


Profiler.exe :
  Error message if too many procedures,
  Remembering the last directory for next startup of PROFILER.EXE,
  Easier installation.

Proftime.DCU :
  Dramatically increased accuracy in time measurement (especially for
    small  procedures),
  greater accuracy in determining the CPU-speed (especially for CPU
    >= 200 MHZ),
  no exception when running under IDE and Windows NT (the exception
    was produced by will but disturbing accuracy or functionallity),
  correction for the case that more than 20 procedures are registered,
  Remembering the last screen position for the online operation window.


