home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / program / delphi / download / nastroje / d234567 / pd / PRODELD.ZIP / NEWS.TXT < prev    next >
Encoding:
Text File  |  2004-01-11  |  28.8 KB  |  612 lines

  1. ProDelphi 14.x
  2. --------------
  3.  
  4. Additional remarks which are not in the description or might be overlooked:
  5.  
  6.   - Don't use the optimization switch of the compiler, in some cases the
  7.     compiler produces wrong code ( this has nothing to do with ProDelphi ),
  8.     and second the measurement results are less correct.
  9.  
  10.   - The best results concerning correctness are got if the profiled
  11.     program does not run under the IDE.
  12.  
  13. Limitations of use:
  14.  
  15.   - Arithmetic expressions in $IF or $ELSEIF statements are always treated
  16.     as TRUE. This is normally no problem (see GuidePD.pdf).
  17.  
  18. Changes made in ProDelphi Version 14.7 (1/10/2004)
  19.   - Bugfix: An $IFDEF-/$ENDIF in a Uses statement caused problems when the
  20.     ';' was inside $IFDEF-/$ENDIF. 
  21.  
  22. Changes made in ProDelphi Version 14.6 (12/30/2003)
  23.   - Feature: Environmentvariable in the output path possible now.
  24.   - Compatibility: Navigation interface can be used together with packages
  25.     using ShareMem now.
  26.   - Bugfix: Parser bug for processing a line with Application.Messagebox
  27.     containing an empty string now.
  28.  
  29. Changes made in ProDelphi Version 14.5 (12/11/2003)
  30.   - Bugfix: ProDelphi ended after clicking OK after thread warning message.
  31.   - Bugfix: Result file was reported to be empty when results were added.
  32.     with the online operation window and no measured procedure was called.
  33.  
  34. Changes made in ProDelphi Version 14.4b (11/22/2003)
  35.   - Feature: Try to recognize if the application contains threads and display
  36.     a warning if so and the option 'Testee contains threads' is not checked.
  37.   - Enhancement: Form for excluding directories made more comfortable.
  38.  
  39. Changes made in ProDelphi Version 14.4  (11/17/2003)
  40.   - Feature: Excluding directories made more comfortable and safe.
  41.  
  42. Changes made in ProDelphi Version 14.3  (11/9/2003)
  43.   - Bugfix: Parser bug fixed
  44.  
  45. Changes made in ProDelphi Version 14.2  (11/9/2003)
  46.   - Bugfix: Results from methods from units in the library path were
  47.     missing (appeared first in version 14.1).
  48.  
  49. Changes made in ProDelphi Version 14.1  (11/1/2003)
  50.   - Enhancement: The option 'Do not change file date' now makes that the 
  51.     file date is increased when profiling by 5 sec and decreased when
  52.     cleaning by 5 sec. This makes possile that the file date keeps the
  53.     same between checking out and in from a source code control system.
  54.   - Enhancement: The Professional version can measure 64000 procedures now. 
  55.  
  56. Changes made in ProDelphi Version 14.0  (10/11/2003)
  57.   - Feature:  Number of activating procedures increased from 16 to 32.
  58.   - Improved: Added chapter about hidden performance losses.
  59.   - Bugfix:   Units with one Uses-statement which is in the same line with
  60.               the implementation statement were not instrumented.
  61.   - Setup:    Now it is possible to install ProDelphi on PC's without
  62.               Drive C: 
  63. Changes made in ProDelphi Version 13.9a  (8/26/2003)
  64.   - Bugfix:   Settings in Ini-file were lost which caused incomplete
  65.               call graphs.
  66. Changes made in ProDelphi Version 13.9  (8/21/2003)
  67.   - Feature:  Online operation window can be disabled
  68.   - Feature:  Form for selecting activating methods improved
  69.   - Bugfix:   Using some Windows API-Function (e.g. DispatchMessage) caused
  70.               wrong entries in the call graph.
  71. Changes made in ProDelphi Version 13.8  (8/18/2003)
  72.   - Bugfix:   Closing the Online operation window terminated the profiled
  73.               application.
  74.   - Bugfix: Setup program deleted existing tools from the tools menu.
  75. Changes made in ProDelphi Version 13.7a  (8/10/2003)
  76.   - Bugfix: A local FORWARD declaration caused wrong procedure names in
  77.             ProfList.ASC so that result data was assigned to the wrong
  78.             method.
  79. Changes made in ProDelphi Version 13.7  (7/30/2003)
  80.   - Bugfix: Environment variables in path names were not processed correctly
  81.             if noted at the beginning of the path.
  82. Changes made in ProDelphi Version 13.6  (7/19/2003)
  83.   - Bugfix: History always used the file progname.hst in the exe-directory
  84.             even another file was selected.
  85.   - Bugfix: A local FORWARD declaration caused that following procedures were
  86.             not instrumented.
  87.  
  88. Changes made in ProDelphi Version 13.5  (6/26/2003)
  89.   - Bugfix: Applications with a language resource file aborted with ecxeption.
  90.   - Bugfix: Check for profiling more than 32000 methods  was missing, which
  91.             caused partly wrong measurement results when this case occured.
  92.  
  93. Changes made in ProDelphi Version 13.4b  (6/15/2003)
  94.   - Bugfix: Directories with a dot in their name caused to disable history.
  95.   - Bugfix: Compiler symbols defined in an include file were unknown in the
  96.             calling procedure.        
  97.   - Bugfix: Compiler symbols defined in a unit file were unknown in the
  98.             called include file.      
  99.   - Improved: Default directory for history files is now the exe-output directory (13.4a).
  100.   - Improved: Selecting a history file automatically activates the comparisation with the history data (13.4a).
  101.   - Improved: Warning when overwriting a history file (13.4a).
  102.   - Bugfix: Misleading error message when profiler accessed to result file while
  103.             Online operation window was storing results (13.4b). 
  104.  
  105. Changes made in ProDelphi Version 13.3  (5/22/2003)
  106.   - Bugfix: In a call Application.Messagebox it was not possible to
  107.     have characters inside the call parameters that start a comment.      
  108.   - Improvement: In the call graph recursively called procedures are
  109.     marked.
  110.  
  111. Changes made in ProDelphi Version 13.2  (5/12/2003)
  112.   - Bugfixes: Calculation of recursive functions completely worked over
  113.     (this increased the accuracy of recursive functions),
  114.     Emulation did not recalculate minimum and maximum times.
  115.   - Stack depth increased from 9600 ti 16000 entries.
  116.  
  117. Changes made in ProDelphi Version 13.1  (5/1/2003)
  118.   - Bugfixes (Professional version only): Minimum runtime was calculated
  119.     wrong for recursive functions (bug existed in all previous versions),
  120.     displaying of Minimum and Maximum runtime was disabled (beginning
  121.     with version 13.0)
  122.  
  123. Changes made in ProDelphi Version 13.0  (4/27/2003)
  124.   - Caller / Called graph: graphical view of who is calling whom
  125.   - Starting point list, showing which procedures are not called by any other
  126.     measured procedure. Useful to find measurement activation points.
  127.   - Bug fix: When profiling Initialization part of a unit, the data of the
  128.     last procedure of a unit was invisible.
  129.  
  130. Changes made in ProDelphi Version 12.1  (3/28/2003)
  131.   - Correction of algorithym for estimating the CPU-speed for mobile processors.
  132.  
  133. Changes made in ProDelphi Version 12.0  (3/23/2003)
  134.   - Clicking on a method in the viewer window opens the source file and 
  135.     positions the cursor to the method definition (Delphi 5 .. 7 only).
  136.   - Multiple history files possible now.
  137.   - Print menu displays the number of pages used for printing the results.
  138.   - Bugfix: Print All Pages printed only the first page.
  139.  
  140. Changes made in ProDelphi Version 11.7  (3/8/2003)
  141.   - Viewer enhanced
  142.   - Bug in API fixed (ProfAppendResults did not work)
  143.   - User Guide corrected
  144.  
  145. Changes made in ProDelphi Version 11.6  (1/30/2003)
  146.   - Bugfix in parser resolved. 
  147.   - Setup program fixed: start from network drive now possible.
  148.  
  149. Changes made in ProDelphi Version 11.5  (11/11/2002)
  150.   - Bug in displaying data after sorting the results with class or method
  151.     as sort criteria (the colums which include child times were not
  152.     actualized).
  153.  
  154. Changes made in ProDelphi Version 11.4  (10/15/2002)
  155.   - Setup program improved: it is no nonger necessary to manually install
  156.     ProfMeas.dll. For upgrading from freeware version to professional 
  157.     version a complete distribution has to be downloaded from internet.
  158.   - Bugfix: Definition of SleepEx in the interface file corrected.
  159.  
  160. Changes made in ProDelphi Version 11.3  (9/30/2002)
  161.   - Bugfix: Files named in the Uses - statement of a DPR-file were profiled
  162.     even they were write protected.
  163.   - Bugfix: Project settings were not persistent if DPR- and EXE-file were
  164.     in different directories.
  165.  
  166. Changes made in ProDelphi Version 11.2  (9/4/2002)
  167.   - Bugfix: Information for measured specified parts of procedures was 
  168.     missing if Ã¦Local proceduresÆ was not activated.
  169.  
  170. Changes made in ProDelphi Version 10.5/11.1  (8/29/2002)
  171.   - Parser enhancement: Procedure declarations over more than one line are
  172.     handled now
  173.  
  174. Changes made in ProDelphi Version 10.4    (8/8/2002)
  175.   - Bugfix: PostMortem Review produced wrong USES-statements
  176.  
  177. Changes made in ProDelphi Version 11.0    (7/22/2002)
  178.   - Adaption to Delphi 7
  179.  
  180. Changes made in ProDelphi Version 10.3    (7/21/2002)
  181. - Profiling of a program that is measured simultaneously together with DLL's 
  182.   and profiling of simultaneously measured DLL's made  easier (this includes 
  183.   an improvement of the user guide).
  184. - Bugfix of release 10.2: Clean function did not clean all files.
  185. - Bugfix of release 10.2: Some files named in the uses-statement were not 
  186.   profiled when they were not in the search path (this concerned DLL's only).
  187.  
  188. Changes made in ProDelphi Version 10.2    (7/15/2002)
  189.   - Processing of environment variables in pathnames added
  190.   - Profiling of files named in the USES-statement of the DPR-file of the
  191.     profiled project added.
  192.  
  193. Changes made in ProDelphi Version 10.1    (7/1/2002)
  194.   - Upgrade for cross platform development Windows / Linux
  195.   - Parser bug in treating CASE-statements fixed
  196.   - Setup program enhanced (treatment of missing registry keys)
  197.  
  198. Changes made in ProDelphi Version 10.0    (5/26/2002)
  199.   - Maximum and minimum runtimes stored
  200.   - Button to open the user guide
  201.   - User Interface improved
  202.   - Optional profiling of the library path
  203.   - Profiling specified parts of a method
  204.   - Bugfix: Rounding bug in sorting after maximum changes fixed
  205.             
  206. Changes made in ProDelphi Version 9.6    (4/3/2002)
  207.   - Improvement: Automatic and cyclic storage of measurement results
  208.                  via online operation window.
  209.   - Bug fix: Two END-statement in one line could have caused procedures 
  210.              not to be profiled.
  211.  
  212. Changes made in ProDelphi Version 9.55    (3/25/2002)
  213.   Nothing. The files copied to the web site were wrong, to make sure
  214.   one has the correct file, the version was increased.
  215.  
  216. Changes made in ProDelphi Version 9.54    (3/19/2002)
  217.   - Bug fix: Sometimes class definitions in an include file or in the
  218.              implementation part of a unit were misinterpreted
  219.   - Bug fix: Forward definitions of overloaded functions caused wrong
  220.              results in the viewer if these definitions were made in
  221.              the implementation part or in an include file
  222.   - Bug fix: In the viewer window it was not clear, which of overloaded
  223.              functions consumed the CPU time (now they are enumerated)
  224.   - Improvement: Due to some customers request, the time stamp of a 
  225.                  profiled file optionally is only changed by a minimum
  226.                  through profiling or cleaning. On request now the
  227.                  time is only changed by 3 sec's so that the IDE still 
  228.                  recognizes that a file has changed.
  229.     This feature is available in the professional mode only !!!
  230.       
  231. Changes made in ProDelphi Version 9.53    (2/12/2002)
  232.   - Warning, if Method declarations are split into two lines
  233.   - Log improved
  234.       
  235. Changes made in ProDelphi Version 9.52    (1/17/2002)
  236.   - Bugfix: If optimization was activated in the source file the automatic 
  237.             deactivation did not work always and produced multiple lines for 
  238.             deactivation. 
  239.       
  240. Changes made in ProDelphi Version 9.51    (1/15/2002)
  241.   - Bugfix: Names of local procedures were converted to upper case. 
  242.   - Bugfix: When processing files with the read only attribute, the read 
  243.             only attribute was not set to true after profiling or cleaning.
  244.   - Bugfix: If local procedures were present but were not profiled,
  245.             an exception could have occured when starting the program.
  246.  
  247. Changes made in ProDelphi Version 9.4     (1/6/2002)
  248.   - Printed report enhanced: Color save mode or full color mode
  249.     selectable
  250.   - Optical improvement
  251.  
  252. Changes made in ProDelphi Version 9.3     (12/5/2001)
  253.   - For Delphi 6 the DOF-file was misinterpreted which caused files
  254.     not to be profiled
  255.  
  256. Changes made in ProDelphi Version 9.2     (11/25/2001)
  257.   - Button texts for selecting a method corrected
  258.   - Optical improvement
  259.   - Documentation as PDF-file
  260.   - CLX support reactivated
  261.   - Exclusion of directories for profiling
  262.   - Bug fixes
  263.  
  264. Changes made in ProDelphi Version 9.1     (8/3/2001)
  265.   - Printing of Reports added
  266.   - CLX support deactivated
  267.  
  268. Changes made in ProDelphi Version 9.0     (6/22/2001)
  269.   - Support of Delphi 6
  270.   - Support of CLX library
  271.  
  272. Changes made in ProDelphi Version 8.55    (4/21/2001)
  273.   - Size optimization for one of the measurement DLL's (Profmeas.DLL)
  274.   - Search function of the viewer optimized
  275.   - Processing of Initialization and Finalization part corrected
  276.  
  277. Changes made in ProDelphi Version 8.54    (2/24/2001)
  278.   - New feature: Always on top for online operation window
  279.   - Bug fix: Class methods and Class forward references can be handled
  280.   - Bug fix: Processing of relative pathnames improved
  281.  
  282. Changes made in ProDelphi Version 8.53    (2/19/2001)
  283.   - Incomplete error message concerning missing file fixed
  284.   - Cleaning the sources now also deletes the measurement result files (opt.)
  285.  
  286. Changes made in ProDelphi Version 8.52    (2/14/2001)
  287.   - Units without USES-clause wer not profiled
  288.  
  289. Changes made in ProDelphi Version 8.51    (1/27/2001)
  290.   - New feature to measure only the main thread
  291.   - Bugfix: Counting inherited times for caller fixed
  292.  
  293. Changes made in ProDelphi Version 8.5     (12/15/2000)
  294.   - user interface made more secure and easier understandable,
  295.   - warning shown if no DOF-file exists,
  296.   - viewer automatically selects the result file,
  297.   - viewer sorts detail window when clicking column headers,
  298.   - registration integrated in main program,
  299.   - two minor bugfixes.
  300.  
  301. Changes made in ProDelphi Version 8.4a    (10/21/2000)
  302.   - Parser bug fixed
  303.  
  304. Changes made in ProDelphi Version 8.4     (10/16/2000)
  305.   - Browser enhanced
  306.   - Viewer consumes less memory now
  307.  
  308. Changes made in ProDelphi Version 8.3     (09/03/2000)
  309.   - Viewer enhanced
  310.   - Parser enhanced
  311.   - Bug in SETUP.EXE fixed, aborted if no drive C: existed
  312.  
  313. Changes made in ProDelphi Version 8.2     (07/31/2000)
  314.   - Profiler aborted instrumenting when processing a file with
  315.     a total length of less than 80 bytes.
  316.  
  317. Changes made in ProDelphi Version 8.1     (07/12/2000)
  318.   - Version from 07/07/2000 could only be installed with 
  319.     administrator rights under Win NT / 2000
  320.  
  321. Changes made in ProDelphi Version 8.1     (07/07/2000)
  322.   - Color and font enhancements for the viewer
  323.   - Error message concerning not ready removable drives corrected
  324.  
  325. Changes made in ProDelphi Version 8.03    (06/01/2000)
  326.   - ProDelphi reported 'No space on disk' if a part of the units
  327.     search path had no drive letter: fixed.
  328.   - Units search path not editable anymore (caused some problems)
  329.  
  330. Changes made in ProDelphi Version 8.02    (05/22/2000)
  331.   Enhancements for profiling multithreaded applications:
  332.   - Measurement overhead decreased,
  333.   - Accuracy increased,
  334.   - Calibration process tuned (much faster now).
  335.   Enhancement for single and multithreaded applications:
  336.   - Calibration now processor and Delphi-version dependant (higher
  337.     accuracy for Delphi 2..4),
  338.   Comments in the DLL-Examples corrected.
  339.  
  340. Changes made in ProDelphi Version 8.01    (05/13/2000)
  341.   - Storing of measurement results tuned
  342.  
  343. Changes made in ProDelphi Version 8.0     (04/27/2000)
  344.   - Dynamical switching measurement on and off enhanced:
  345.     . Instead of calling the API-functions ProfActivate and ProfDeactivate
  346.       a special comment can be placed before the method with which the
  347.       measurement should be started (//PROFILE-ACTIVATE). The maximum
  348.       number of activation comments is unlimited.
  349.     . At the end of the profiling process a dialog window is opened
  350.       in which activating methods can be selected (if dynamcic activation 
  351.       is wanted). Between different activation methods can be switched 
  352.       without a new profiling process to be executed. The maximum amount of 
  353.       activation methods selected interactiv is 16.
  354.     . Activation by inserting //PROFILE-ACTIVATE and selecting in a
  355.       dialog window can be mixed.
  356.   - Measurement an start options do not afford a new profiling process.
  357.   - Measurement results can be emulated for another PC than that one on 
  358.     which the measurements have been done. So easily a slower or faster 
  359.     customers PC can be emulated. This saves the installation of the 
  360.     complete IDE on the customers equipment. Of course an emulation has
  361.     a lower accuracy than a measurement done with the original equipment.
  362.   - Profiling log added
  363.   - Freeware mode only: If more than 30 procedures are measured, the
  364.     the runtime of all those procedures that are not displayed is 
  365.     summarized and displayed.
  366.   - Post mortem review enhanced:
  367.     . In a case of an exception the name of the exception is given,
  368.     . Handling of recursively called functions improved.
  369.  
  370. Changes made in ProDelphi Version 7.62    (04/17/2000)
  371.   - Two or more entries $(Delphi) in the units search path caused a profiling
  372.     error when after $(Delphi) either \Lib or \Source was noted.
  373.   - Processing of $IFDEF, $IFOPT, etc. was case sensitive (needed to be
  374.     in capital characters).
  375.   - $IFDEF in a Uses-statement caused errors.
  376.   - Units search path is editable now (due to a customers request).
  377.   - Amount of profilable method increased from 16000 to 32000 (due to a
  378.     customers request). Professional mode only.
  379.  
  380. Changes made in ProDelphi Version 7.61    (04/06/2000)
  381.   - Pathname problem fixed
  382.  
  383. Changes made in ProDelphi Version 7.6/7.5 (03/25/2000)
  384.   - browsers tuned (7.6)
  385.   - parser bug fixed (7.5)
  386.   - handling of the function MsgWaitForMultipleObjects(Ex) corrected(7.6)
  387.  
  388. Changes made in ProDelphi Version 7.4 (02/27/2000)
  389.   - Coverage Profiling on a procedural base: A browser displays all those
  390.     methods which were not called.
  391.   - Accuracy for measurement of pure Assembler procedures increased
  392.     (professional mode only)
  393.  
  394. Changes made in ProDelphi Version 7.3 (01/15/2000)
  395.   - Enhanced accuracy of measurement, especially for nested procedures.
  396.   - Optimization is automatically switched off if the user forgets to 
  397.     uncheck the optimization switch. This prevents crashes of the testee
  398.     and guaranties a high accuracy measurement.
  399.   - In Professional mode 16000 methods can be measured now (before 10000).
  400.   - Bugfix: The $IFOPT compiler directive was not processed.
  401.   - Bugfix: Example program displayed wrong time with some Intel processors.
  402.  
  403. Changes made in ProDelphi Version 7.2 (11/21/1999)
  404.   - Bugfix: Setup corrupted the Delphi tools menu if already more than
  405.             nine tools existed. Uninstall deleted one entry too much
  406.             in the tools menu, if ProDelphi was not the last installed
  407.             tool.
  408.   - ProDelphi can now process relative pathnames.
  409.  
  410. Changes made in ProDelphi Version 7.1 (11/03/1999)
  411.   - Bugfix: Profiler could not be executed under Windows 95A.
  412.  
  413. Changes made in ProDelphi Version 7.0b (09/28/1999)
  414.   - Bugfix: The Delphi demo sources could not be profiled 
  415.             (Error message: Path error).
  416.   - Files in and below the Delphi LIB and SOURCE directory are excluded
  417.     from profiling
  418.  
  419. Changes made in ProDelphi Version 7.0 (09/26/1999)
  420.   - Additions for Delphi 5
  421.   - History window corrected: It displays '---' for the time now, if no times
  422.     for a method are not stored in the history file. Before the times of the
  423.     actual run were displayed.
  424.  
  425. Changes made in ProDelphi Version 6.7 (09/19/1999)
  426.   - SetUp program corrected: Administrator rights for Windows NT not 
  427.     necessary anymore.
  428.   - Integration into Delphi 2 tools menu fixed.
  429.   - Integration into Delphi 2/3/4 tools menu enhanced.
  430.   - Viewer enhanced for use with large screen fonts.
  431.   - Some changes done for use with Delphi 5 (not tested yet).
  432.  
  433. Changes made in ProDelphi Version 6.6 (08/24/1999)
  434.   - History function: Comparing the actual runtime by mouse click with
  435.     a preceding one, colored grids show which method got faster, which slower.
  436.   - Search path can be longer than 255 characters now.
  437.   - Documentation enhanced: hints for optimization and excact measurement.
  438.   - Addings for Delphi 5 done (not tested yet).
  439.  
  440. Changes made in ProDelphi Version 6.5a/b/c/d/e (08/15/1999)
  441.   - Bugfix concerning wrong output directory for 2 profiler internal files (6.5a) 
  442.   - Incompatibility with the tool Arabella (ProDelphi used the same filenames)(6.5b) 
  443.   - Spaces in filenames are accepted now (6.5c)
  444.   - Sorting of the detailed results causeD displaying wrong times (if the
  445.     filter option to exclude methods with very small runtimes was used).(6.5d)
  446.   - SetUp-program fixed, install didn't insert ProDelphi into the tools menu
  447.     and uninstall didn't delete it. (6.5d)
  448.   - Problems with profiling assembler procedures solved (professional mode) (6.5e)
  449.   - With Windows 95a and partition sizes > 2 GB the checking for enough
  450.     free disk was malfuntioning (6.5e)
  451.   - For security reasons, the Delphi LIB-directory is not profiled anymore (6.5e)
  452.   - Example program corrected: the displayed number of CPU-Cycles were
  453.     correct but the displayed times were correct only on a PC with 233 MHz
  454.     (estimation of CPU-frequency was missing) (6.5c)
  455.   - Example program enhanced to fit to the higher accuracy of ProDelphi:
  456.     smallest unit of time is now 0.001 micro second. (6.5c)
  457.   - Display format of example program changed to the style of ProDelphi. (6.5c)
  458.  
  459. Changes made in ProDelphi Version 6.5 (07/22/1999)
  460.   - Bugfix: rounding error
  461.   - Multiple directories can be profiled now
  462.   - DOF-file entries are used by ProDelphi now
  463.   - Viewer enhanced: smallest displayed time unit now 0.001 micro second,
  464.     Display format made better readable.
  465.  
  466. Changes made in ProDelphi Version 6.4 (06/03/1999):
  467.   - Bug fix: Setup aborted installation procedure when running under
  468.     Win95a or Win95b. No such problems occured under Win95c or WinNT 4.0.
  469.     I hope it also runs under Win98.
  470.     Release of Setup program is now V2.0.
  471.  
  472. Changes made in ProDelphi Version 6.4 (05/30/1999):
  473.   - Bug fix: Updating the list of files before profiling, corrected following
  474.     mistake: If a file was copied to the profiling directory and ProDelphi
  475.     was started, this file was not profiled.
  476.   - Integration of ProDelphi into the Delphi Tools menu
  477.   - Comfortable Setup program included now (V1.0)
  478.   - Example programs included
  479.  
  480. Changes made in ProDelphi Version 6.3a (05/16/1999):
  481.   - Bug fixed: Crash could occure in Local Procedures (or wrong result)
  482.   - Measurement not correct: 1 CPU-Cycle to much measured
  483.  
  484. Changes made in ProDelphi Version 6.3 (05/12/1999):
  485.   - Freeware and Professional mode:
  486.     * Automatic reading of defined compiler symbols and switches from the
  487.       DOF-file
  488.   - Freeware mode:
  489.     * number of measured procedures now 30 (before 20)
  490.     * measuring of local procedures now possible
  491.     * counting time of inherited methods for calling method possible now
  492.   - Professional mode:
  493.     * Profiling pure assembler procedures.
  494.  
  495. Changes made in ProDelphi Version 6.2a (04/10/1999):
  496.   - Parser-bug concerning class variables fixed.
  497.     
  498. Changes made in ProDelphi Version 6.2 (04/05/1999):
  499.   - Conditional compilation supported now, this means that IFDEF/IFNDEF-
  500.     statements are evaluated now.
  501.   - Enhancement of the viewer: Sorting of the results in the detail
  502.     window after every possible criteria (alphabetical, procedure runtime,
  503.     procedure runtime sum, procedure runtime incl. child time, etc. etc).
  504.   - Browser added to the viewer.
  505.   - 3 more Windows- API functions which set the program into idle status are 
  506.     handled now (no idle time measuring).
  507.   - Memorises important profiling options.
  508.   - Warning to save source files before profiling displayed now.
  509.   - Minor sorting bug fixed.
  510.   - Parser bug concerning nested local procedures corrected.
  511.   - Upgrading to professional mode now by Serial Number. This means a
  512.     better customer service. 
  513.     Just look at my homepage, if there is a new version, just download it, 
  514.     it runs with your serial number.
  515.  
  516.   Attention: Delete old *.PAS, *.DFM and *.DLL files of ProDelphi if you are
  517.              upgrading from an older version of ProDelphi.
  518.  
  519. Changes made in ProDelphi 6.1 (03/07/1999):
  520.   - The viewer was enhanced, the Detail-window can be enlarged until full 
  521.     screen. Making the viewer windows smaller, results in hiding unimportant
  522.     parts of the informations (not for Detail-window), so that the window 
  523.     can be made much smaller.
  524.     Some windows have got a splitter, so that the window can be made smaller.
  525.     The end of Unit-, class- and procedure names are no longer cut off after
  526.     25 characters (space for 40 characters availlable now).
  527.   - Parser bug concerning pure assembler procedures corrected.
  528.   - Calibation procedures are in a DLL now (ProfCali.DLL).
  529.   - Additional Windows- and Delphi- API functions which set the program into
  530.     idle status are handled now (no idle time measuring).
  531.   - Instead of DCU-files as interfaces to the DLL's, now PAS-files are delivered.
  532.     This has the advantage that extensions can be made by the user of ProDelphi.
  533.     Changes in those units are made on own risk. This concerns mainly  API-
  534.     functions that cause setting the program into an idle state.
  535.   - Documentation enhanced.
  536.  
  537.  
  538. Changes made in ProDelphi 6.0 (02/12/1999):
  539.   - DLL-Support was enhanced: Now it is possible to profile program and DLL's
  540.     simultaneously (or separetely as in version 5.3)
  541.   - Read-Only files are either not profiled now or the Read-only attribute
  542.     is automatically deleted.
  543.   - Documentation corrected and completed.
  544.   - Measuring bug concerning Application.ProcessMessages,
  545.     Application.HandleMessage, DispatchMessage, Sleep and SleepEx corrected.
  546.   - Parser bug concerning //PROFILE-NO without //PROFILE-YES corrected.
  547.   - Parser bug concernig key words ASSEMBLER, FORWARD and EXTERNAL corrected.
  548.  
  549. Changes made in ProDelphi 5.3 (12/20/1998):
  550.   - DLL-Support added
  551.     It is not described in the documentation yet. I've made a little example
  552.     to show, how a DLL is measured. Unzip the files in DLLSUPP.ZIP and read
  553.     the comments in the sources. It is quite simple.
  554.  
  555. Changes made in ProDelphi 5.2 (12/18/1998):
  556.   - Parser-bug concerning tabs in function or procedure statements corrected.
  557.   - Parser-bug concerning BEGIN / END in variable names,
  558.   - Viewer-bug corrected:
  559.     If more than one measurement run was made (using the Append-button in
  560.     the on-line operation window) and one or more procedures were never used,
  561.     the procedure names from the second run on were wrong and so not usable.
  562.  
  563. Changes made in ProDelphi 5.1 (11/22/1998):
  564.   - Parser-bug concerning Application.ProcessMessages and DispatchMessages
  565.     corrected
  566.   - Sleep and SleepEx is treated now.
  567.  
  568. Changes made in ProDelphi 5.0 (11/15/1998):
  569.   - Inserted profiling statments are now partly in Assembler. This results
  570.     in less measurement overhead and a better measurement accuracy (in my
  571.     test program results of the measured program had an accuracy of
  572.     +- 1 CPU-cycle on AMD K6. Results on Pentium without MMX are not so
  573.     accurate).
  574.   - Fixed 1 bug: testee aborted at program end if all procedures had a
  575.     runtime of 0 CPU-cycles (empty procedures).
  576.  
  577. Changes made in ProDelphi 4.0 (10/11/1998):
  578.  
  579.   - Export into data base,
  580.   - Adding a viewer to look at the results directly with the profiler,
  581.   - measurement results in CPU-cycles availlable
  582.   - 2 minor bug fixes
  583.   - greater accuracy and less measurement overhead compared to previous
  584.     versions by using 64 bit integers instead of data type Comp.
  585.   - measurement results for recursive procedures fixed.
  586.   - greater accuracy for calling of deactivated procedures (professional
  587.     version only).
  588.   - support of Delphi 4.
  589.  
  590. Attention:
  591.   ProDelphi 2.x for non-Intel-compatible CPU's is no longer supported.
  592.  
  593. Changes made in ProDelphi 3.1 (05/10/98):
  594.  
  595.  
  596. Profiler.exe :
  597.   Error message if too many procedures,
  598.   Remembering the last directory for next startup of PROFILER.EXE,
  599.   Easier installation.
  600.  
  601. Proftime.DCU :
  602.   Dramatically increased accuracy in time measurement (especially for
  603.     small  procedures),
  604.   greater accuracy in determining the CPU-speed (especially for CPU
  605.     >= 200 MHZ),
  606.   no exception when running under IDE and Windows NT (the exception
  607.     was produced by will but disturbing accuracy or functionallity),
  608.   correction for the case that more than 20 procedures are registered,
  609.   Remembering the last screen position for the online operation window.
  610.  
  611.  
  612.