home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / zkuste / delphi / nastroje / d23456 / PRODEL.ZIP / NEWS.TXT < prev    next >
Text File  |  2002-09-30  |  22KB  |  470 lines

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