home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / zkuste / delphi / nastroje / d23456 / PRODEL.ZIP / NEWS.TXT < prev    next >
Text File  |  2001-11-25  |  17KB  |  374 lines

  1. ProDelphi 9.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 Readmexx.doc).
  17.  
  18. Changes made in ProDelphi Version 9.2     (11/25/2001)
  19.   - Button texts for selecting a method corrected
  20.   - Optical improvement
  21.   - Documentation as PDF-file
  22.   - CLX support reactivated
  23.   - Exclusion of directories for profiling
  24.   - Bug fixes
  25.  
  26. Changes made in ProDelphi Version 9.1     (8/3/2001)
  27.   - Printing of Reports added
  28.   - CLX support deactivated
  29.  
  30. Changes made in ProDelphi Version 9.0     (6/22/2001)
  31.   - Support of Delphi 6
  32.   - Support of CLX library
  33.  
  34. Changes made in ProDelphi Version 8.55    (4/21/2001)
  35.   - Size optimization for one of the measurement DLL's (Profmeas.DLL)
  36.   - Search function of the viewer optimized
  37.   - Processing of Initialization and Finalization part corrected
  38.  
  39. Changes made in ProDelphi Version 8.54    (2/24/2001)
  40.   - New feature: Always on top for online operation window
  41.   - Bug fix: Class methods and Class forward references can be handled
  42.   - Bug fix: Processing of relative pathnames improved
  43.  
  44. Changes made in ProDelphi Version 8.53    (2/19/2001)
  45.   - Incomplete error message concerning missing file fixed
  46.   - Cleaning the sources now also deletes the measurement result files (opt.)
  47.  
  48. Changes made in ProDelphi Version 8.52    (2/14/2001)
  49.   - Units without USES-clause wer not profiled
  50.  
  51. Changes made in ProDelphi Version 8.51    (1/27/2001)
  52.   - New feature to measure only the main thread
  53.   - Bugfix: Counting inherited times for caller fixed
  54.  
  55. Changes made in ProDelphi Version 8.5     (12/15/2000)
  56.   - user interface made more secure and easier understandable,
  57.   - warning shown if no DOF-file exists,
  58.   - viewer automatically selects the result file,
  59.   - viewer sorts detail window when clicking column headers,
  60.   - registration integrated in main program,
  61.   - two minor bugfixes.
  62.  
  63. Changes made in ProDelphi Version 8.4a    (10/21/2000)
  64.   - Parser bug fixed
  65.  
  66. Changes made in ProDelphi Version 8.4     (10/16/2000)
  67.   - Browser enhanced
  68.   - Viewer consumes less memory now
  69.  
  70. Changes made in ProDelphi Version 8.3     (09/03/2000)
  71.   - Viewer enhanced
  72.   - Parser enhanced
  73.   - Bug in SETUP.EXE fixed, aborted if no drive C: existed
  74.  
  75. Changes made in ProDelphi Version 8.2     (07/31/2000)
  76.   - Profiler aborted instrumenting when processing a file with
  77.     a total length of less than 80 bytes.
  78.  
  79. Changes made in ProDelphi Version 8.1     (07/12/2000)
  80.   - Version from 07/07/2000 could only be installed with 
  81.     administrator rights under Win NT / 2000
  82.  
  83. Changes made in ProDelphi Version 8.1     (07/07/2000)
  84.   - Color and font enhancements for the viewer
  85.   - Error message concerning not ready removable drives corrected
  86.  
  87. Changes made in ProDelphi Version 8.03    (06/01/2000)
  88.   - ProDelphi reported 'No space on disk' if a part of the units
  89.     search path had no drive letter: fixed.
  90.   - Units search path not editable anymore (caused some problems)
  91.  
  92. Changes made in ProDelphi Version 8.02    (05/22/2000)
  93.   Enhancements for profiling multithreaded applications:
  94.   - Measurement overhead decreased,
  95.   - Accuracy increased,
  96.   - Calibration process tuned (much faster now).
  97.   Enhancement for single and multithreaded applications:
  98.   - Calibration now processor and Delphi-version dependant (higher
  99.     accuracy for Delphi 2..4),
  100.   Comments in the DLL-Examples corrected.
  101.  
  102. Changes made in ProDelphi Version 8.01    (05/13/2000)
  103.   - Storing of measurement results tuned
  104.  
  105. Changes made in ProDelphi Version 8.0     (04/27/2000)
  106.   - Dynamical switching measurement on and off enhanced:
  107.     . Instead of calling the API-functions ProfActivate and ProfDeactivate
  108.       a special comment can be placed before the method with which the
  109.       measurement should be started (//PROFILE-ACTIVATE). The maximum
  110.       number of activation comments is unlimited.
  111.     . At the end of the profiling process a dialog window is opened
  112.       in which activating methods can be selected (if dynamcic activation 
  113.       is wanted). Between different activation methods can be switched 
  114.       without a new profiling process to be executed. The maximum amount of 
  115.       activation methods selected interactiv is 16.
  116.     . Activation by inserting //PROFILE-ACTIVATE and selecting in a
  117.       dialog window can be mixed.
  118.   - Measurement an start options do not afford a new profiling process.
  119.   - Measurement results can be emulated for another PC than that one on 
  120.     which the measurements have been done. So easily a slower or faster 
  121.     customers PC can be emulated. This saves the installation of the 
  122.     complete IDE on the customers equipment. Of course an emulation has
  123.     a lower accuracy than a measurement done with the original equipment.
  124.   - Profiling log added
  125.   - Freeware mode only: If more than 30 procedures are measured, the
  126.     the runtime of all those procedures that are not displayed is 
  127.     summarized and displayed.
  128.   - Post mortem review enhanced:
  129.     . In a case of an exception the name of the exception is given,
  130.     . Handling of recursively called functions improved.
  131.  
  132. Changes made in ProDelphi Version 7.62    (04/17/2000)
  133.   - Two or more entries $(Delphi) in the units search path caused a profiling
  134.     error when after $(Delphi) either \Lib or \Source was noted.
  135.   - Processing of $IFDEF, $IFOPT, etc. was case sensitive (needed to be
  136.     in capital characters).
  137.   - $IFDEF in a Uses-statement caused errors.
  138.   - Units search path is editable now (due to a customers request).
  139.   - Amount of profilable method increased from 16000 to 32000 (due to a
  140.     customers request). Professional mode only.
  141.  
  142. Changes made in ProDelphi Version 7.61    (04/06/2000)
  143.   - Pathname problem fixed
  144.  
  145. Changes made in ProDelphi Version 7.6/7.5 (03/25/2000)
  146.   - browsers tuned (7.6)
  147.   - parser bug fixed (7.5)
  148.   - handling of the function MsgWaitForMultipleObjects(Ex) corrected(7.6)
  149.  
  150. Changes made in ProDelphi Version 7.4 (02/27/2000)
  151.   - Coverage Profiling on a procedural base: A browser displays all those
  152.     methods which were not called.
  153.   - Accuracy for measurement of pure Assembler procedures increased
  154.     (professional mode only)
  155.  
  156. Changes made in ProDelphi Version 7.3 (01/15/2000)
  157.   - Enhanced accuracy of measurement, especially for nested procedures.
  158.   - Optimization is automatically switched off if the user forgets to 
  159.     uncheck the optimization switch. This prevents crashes of the testee
  160.     and guaranties a high accuracy measurement.
  161.   - In Professional mode 16000 methods can be measured now (before 10000).
  162.   - Bugfix: The $IFOPT compiler directive was not processed.
  163.   - Bugfix: Example program displayed wrong time with some Intel processors.
  164.  
  165. Changes made in ProDelphi Version 7.2 (11/21/1999)
  166.   - Bugfix: Setup corrupted the Delphi tools menu if already more than
  167.             nine tools existed. Uninstall deleted one entry too much
  168.             in the tools menu, if ProDelphi was not the last installed
  169.             tool.
  170.   - ProDelphi can now process relative pathnames.
  171.  
  172. Changes made in ProDelphi Version 7.1 (11/03/1999)
  173.   - Bugfix: Profiler could not be executed under Windows 95A.
  174.  
  175. Changes made in ProDelphi Version 7.0b (09/28/1999)
  176.   - Bugfix: The Delphi demo sources could not be profiled 
  177.             (Error message: Path error).
  178.   - Files in and below the Delphi LIB and SOURCE directory are excluded
  179.     from profiling
  180.  
  181. Changes made in ProDelphi Version 7.0 (09/26/1999)
  182.   - Additions for Delphi 5
  183.   - History window corrected: It displays '---' for the time now, if no times
  184.     for a method are not stored in the history file. Before the times of the
  185.     actual run were displayed.
  186.  
  187. Changes made in ProDelphi Version 6.7 (09/19/1999)
  188.   - SetUp program corrected: Administrator rights for Windows NT not 
  189.     necessary anymore.
  190.   - Integration into Delphi 2 tools menu fixed.
  191.   - Integration into Delphi 2/3/4 tools menu enhanced.
  192.   - Viewer enhanced for use with large screen fonts.
  193.   - Some changes done for use with Delphi 5 (not tested yet).
  194.  
  195. Changes made in ProDelphi Version 6.6 (08/24/1999)
  196.   - History function: Comparing the actual runtime by mouse click with
  197.     a preceding one, colored grids show which method got faster, which slower.
  198.   - Search path can be longer than 255 characters now.
  199.   - Documentation enhanced: hints for optimization and excact measurement.
  200.   - Addings for Delphi 5 done (not tested yet).
  201.  
  202. Changes made in ProDelphi Version 6.5a/b/c/d/e (08/15/1999)
  203.   - Bugfix concerning wrong output directory for 2 profiler internal files (6.5a) 
  204.   - Incompatibility with the tool Arabella (ProDelphi used the same filenames)(6.5b) 
  205.   - Spaces in filenames are accepted now (6.5c)
  206.   - Sorting of the detailed results causeD displaying wrong times (if the
  207.     filter option to exclude methods with very small runtimes was used).(6.5d)
  208.   - SetUp-program fixed, install didn't insert ProDelphi into the tools menu
  209.     and uninstall didn't delete it. (6.5d)
  210.   - Problems with profiling assembler procedures solved (professional mode) (6.5e)
  211.   - With Windows 95a and partition sizes > 2 GB the checking for enough
  212.     free disk was malfuntioning (6.5e)
  213.   - For security reasons, the Delphi LIB-directory is not profiled anymore (6.5e)
  214.   - Example program corrected: the displayed number of CPU-Cycles were
  215.     correct but the displayed times were correct only on a PC with 233 MHz
  216.     (estimation of CPU-frequency was missing) (6.5c)
  217.   - Example program enhanced to fit to the higher accuracy of ProDelphi:
  218.     smallest unit of time is now 0.001 micro second. (6.5c)
  219.   - Display format of example program changed to the style of ProDelphi. (6.5c)
  220.  
  221. Changes made in ProDelphi Version 6.5 (07/22/1999)
  222.   - Bugfix: rounding error
  223.   - Multiple directories can be profiled now
  224.   - DOF-file entries are used by ProDelphi now
  225.   - Viewer enhanced: smallest displayed time unit now 0.001 micro second,
  226.     Display format made better readable.
  227.  
  228. Changes made in ProDelphi Version 6.4 (06/03/1999):
  229.   - Bug fix: Setup aborted installation procedure when running under
  230.     Win95a or Win95b. No such problems occured under Win95c or WinNT 4.0.
  231.     I hope it also runs under Win98.
  232.     Release of Setup program is now V2.0.
  233.  
  234. Changes made in ProDelphi Version 6.4 (05/30/1999):
  235.   - Bug fix: Updating the list of files before profiling, corrected following
  236.     mistake: If a file was copied to the profiling directory and ProDelphi
  237.     was started, this file was not profiled.
  238.   - Integration of ProDelphi into the Delphi Tools menu
  239.   - Comfortable Setup program included now (V1.0)
  240.   - Example programs included
  241.  
  242. Changes made in ProDelphi Version 6.3a (05/16/1999):
  243.   - Bug fixed: Crash could occure in Local Procedures (or wrong result)
  244.   - Measurement not correct: 1 CPU-Cycle to much measured
  245.  
  246. Changes made in ProDelphi Version 6.3 (05/12/1999):
  247.   - Freeware and Professional mode:
  248.     * Automatic reading of defined compiler symbols and switches from the
  249.       DOF-file
  250.   - Freeware mode:
  251.     * number of measured procedures now 30 (before 20)
  252.     * measuring of local procedures now possible
  253.     * counting time of inherited methods for calling method possible now
  254.   - Professional mode:
  255.     * Profiling pure assembler procedures.
  256.  
  257. Changes made in ProDelphi Version 6.2a (04/10/1999):
  258.   - Parser-bug concerning class variables fixed.
  259.     
  260. Changes made in ProDelphi Version 6.2 (04/05/1999):
  261.   - Conditional compilation supported now, this means that IFDEF/IFNDEF-
  262.     statements are evaluated now.
  263.   - Enhancement of the viewer: Sorting of the results in the detail
  264.     window after every possible criteria (alphabetical, procedure runtime,
  265.     procedure runtime sum, procedure runtime incl. child time, etc. etc).
  266.   - Browser added to the viewer.
  267.   - 3 more Windows- API functions which set the program into idle status are 
  268.     handled now (no idle time measuring).
  269.   - Memorises important profiling options.
  270.   - Warning to save source files before profiling displayed now.
  271.   - Minor sorting bug fixed.
  272.   - Parser bug concerning nested local procedures corrected.
  273.   - Upgrading to professional mode now by Serial Number. This means a
  274.     better customer service. 
  275.     Just look at my homepage, if there is a new version, just download it, 
  276.     it runs with your serial number.
  277.  
  278.   Attention: Delete old *.PAS, *.DFM and *.DLL files of ProDelphi if you are
  279.              upgrading from an older version of ProDelphi.
  280.  
  281. Changes made in ProDelphi 6.1 (03/07/1999):
  282.   - The viewer was enhanced, the Detail-window can be enlarged until full 
  283.     screen. Making the viewer windows smaller, results in hiding unimportant
  284.     parts of the informations (not for Detail-window), so that the window 
  285.     can be made much smaller.
  286.     Some windows have got a splitter, so that the window can be made smaller.
  287.     The end of Unit-, class- and procedure names are no longer cut off after
  288.     25 characters (space for 40 characters availlable now).
  289.   - Parser bug concerning pure assembler procedures corrected.
  290.   - Calibation procedures are in a DLL now (ProfCali.DLL).
  291.   - Additional Windows- and Delphi- API functions which set the program into
  292.     idle status are handled now (no idle time measuring).
  293.   - Instead of DCU-files as interfaces to the DLL's, now PAS-files are delivered.
  294.     This has the advantage that extensions can be made by the user of ProDelphi.
  295.     Changes in those units are made on own risk. This concerns mainly  API-
  296.     functions that cause setting the program into an idle state.
  297.   - Documentation enhanced.
  298.  
  299.  
  300. Changes made in ProDelphi 6.0 (02/12/1999):
  301.   - DLL-Support was enhanced: Now it is possible to profile program and DLL's
  302.     simultaneously (or separetely as in version 5.3)
  303.   - Read-Only files are either not profiled now or the Read-only attribute
  304.     is automatically deleted.
  305.   - Documentation corrected and completed.
  306.   - Measuring bug concerning Application.ProcessMessages,
  307.     Application.HandleMessage, DispatchMessage, Sleep and SleepEx corrected.
  308.   - Parser bug concerning //PROFILE-NO without //PROFILE-YES corrected.
  309.   - Parser bug concernig key words ASSEMBLER, FORWARD and EXTERNAL corrected.
  310.  
  311. Changes made in ProDelphi 5.3 (12/20/1998):
  312.   - DLL-Support added
  313.     It is not described in the documentation yet. I've made a little example
  314.     to show, how a DLL is measured. Unzip the files in DLLSUPP.ZIP and read
  315.     the comments in the sources. It is quite simple.
  316.  
  317. Changes made in ProDelphi 5.2 (12/18/1998):
  318.   - Parser-bug concerning tabs in function or procedure statements corrected.
  319.   - Parser-bug concerning BEGIN / END in variable names,
  320.   - Viewer-bug corrected:
  321.     If more than one measurement run was made (using the Append-button in
  322.     the on-line operation window) and one or more procedures were never used,
  323.     the procedure names from the second run on were wrong and so not usable.
  324.  
  325. Changes made in ProDelphi 5.1 (11/22/1998):
  326.   - Parser-bug concerning Application.ProcessMessages and DispatchMessages
  327.     corrected
  328.   - Sleep and SleepEx is treated now.
  329.  
  330. Changes made in ProDelphi 5.0 (11/15/1998):
  331.   - Inserted profiling statments are now partly in Assembler. This results
  332.     in less measurement overhead and a better measurement accuracy (in my
  333.     test program results of the measured program had an accuracy of
  334.     +- 1 CPU-cycle on AMD K6. Results on Pentium without MMX are not so
  335.     accurate).
  336.   - Fixed 1 bug: testee aborted at program end if all procedures had a
  337.     runtime of 0 CPU-cycles (empty procedures).
  338.  
  339. Changes made in ProDelphi 4.0 (10/11/1998):
  340.  
  341.   - Export into data base,
  342.   - Adding a viewer to look at the results directly with the profiler,
  343.   - measurement results in CPU-cycles availlable
  344.   - 2 minor bug fixes
  345.   - greater accuracy and less measurement overhead compared to previous
  346.     versions by using 64 bit integers instead of data type Comp.
  347.   - measurement results for recursive procedures fixed.
  348.   - greater accuracy for calling of deactivated procedures (professional
  349.     version only).
  350.   - support of Delphi 4.
  351.  
  352. Attention:
  353.   ProDelphi 2.x for non-Intel-compatible CPU's is no longer supported.
  354.  
  355. Changes made in ProDelphi 3.1 (05/10/98):
  356.  
  357.  
  358. Profiler.exe :
  359.   Error message if too many procedures,
  360.   Remembering the last directory for next startup of PROFILER.EXE,
  361.   Easier installation.
  362.  
  363. Proftime.DCU :
  364.   Dramatically increased accuracy in time measurement (especially for
  365.     small  procedures),
  366.   greater accuracy in determining the CPU-speed (especially for CPU
  367.     >= 200 MHZ),
  368.   no exception when running under IDE and Windows NT (the exception
  369.     was produced by will but disturbing accuracy or functionallity),
  370.   correction for the case that more than 20 procedures are registered,
  371.   Remembering the last screen position for the online operation window.
  372.  
  373.  
  374.