<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Benchmark</name>
  <summary>Framework to benchmark PHP scripts or function calls.</summary>
  <description>Framework to benchmark PHP scripts or function calls.</description>
  <maintainers>
    <maintainer>
      <user>sebastian</user>
      <name>Sebastian Bergmann</name>
      <email>sb@sebastian-bergmann.de</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.2</version>
    <date>2002-09-25</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>+ Added Profiler class.

  (Contribution by Matthias Englert)</notes>
    <filelist>
      <file role="doc" baseinstalldir="Benchmark" md5sum="89237076712bdb98a8c73dc58c1f2f58" name="doc/timer_example.php"/>
      <file role="php" baseinstalldir="Benchmark" md5sum="be8fb6474a95e507bf7686dab43f95c9" name="Timer.php"/>
      <file role="php" baseinstalldir="Benchmark" md5sum="9f8a0867854eb0a50c4f17f9ee82d542" name="Iterate.php"/>
      <file role="php" baseinstalldir="Benchmark" md5sum="b9307e68c4bae5cdb1b4016d6ca61489" name="Profiler.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.1</version>
      <date>2002-01-26</date>
      <state>stable</state>
      <notes>+ Added getOutput() to print the results in human readable
  format and display() to show it.

  This functions will automatically detect the environment
  to select HTML or text output.

+ Added a new param $auto to constructor.

  When true is passed, the results will be output
  automatically at the end of the script execution.

  (Contribution by Ludovico Magnocavallo)
      
</notes>
    </release>
  </changelog>
</package>
