Top Level :: Benchmarking

Package Information: Benchmark

Show All Changelogs
» Version » Information
1.2.7Download

Release date: 2007-06-23 01:25 UTC
Release state: stable

Changelog:

- Make output XHTML compliant (bug #1365)
- Fix unknown index error in timeElapsed (bug #2295)
- Fix class destructor behaviour on PHP 4 (bug #8748)
- Fix documentation strings, add user docs.
- Migrated to package2.xml.

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PHP Extension: bcmath (optional)
1.2.6Download

Release date: 2006-03-01 19:29 UTC
Release state: stable

Changelog:

- Fixed extra table tag for text input
- Formatted text output properly (bug #6972)
- Added Anant Narayanan as maintainer

Dependencies:
  • PHP Extension: bcmath (optional)
1.2.5Download

Release date: 2006-02-17 16:33 UTC
Release state: stable

Changelog:

- Bumped to 2006
- Put out out nasty "?>" end script tags

Dependencies:
  • PHP Extension: bcmath (optional)
1.2.4Download

Release date: 2005-11-06 12:09 UTC
Release state: stable

Changelog:

- Change licence to the new BSD License
(see http://www.opensource.org/licenses/bsd-license.php)

Dependencies:
  • PHP Extension: bcmath (optional)
1.2.3Download

Release date: 2005-06-11 12:18 UTC
Release state: stable

Changelog:

Sebastian Bergman devolves the maintainance to Bertrand Gugger on 04/15/2005
* bug #3620 CRITICAL: non-ISO-8859-1 characters in package.xml must be entitied
* Profiler
+ fix comments and fix bug #3369 Profiler : Manual mode generates automatic output
+ fix bug #2957 zero devision when calling getAllSectionsInformations
+ CS/WS fixes
+ Typo in private var _auto use (thanks sascha Eissler)
* Timer
+ Example 2 corrected
+ Bug #4346 : wrong totals, also potential bug if several sessions (display shift)
+ The output has been extented to optionnaly display the totals.
* Iterate
+ Request #1160 Feature Addition: Simple Output on Benchmark_Iterate
+ $GLOBALS[] instead of global $...

Dependencies:
  • PHP Extension: bcmath (optional)
1.2.2Download

Release date: 2005-01-19 07:24 UTC
Release state: stable

Changelog:

* Fixed bug #1365: _getOutput() table not XHTML complaint.

* Fixed bug #2727: Output ist not valid XHTML. Patch by Helgi Þormar <helgi@trance.is>.

* Fixed bug #2295: Timer.php: undefined index "Stop" on line 208.

Dependencies:
  • PHP Extension: bcmath (optional)
1.2.2beta1Download

Release date: 2004-12-22 08:40 UTC
Release state: beta

Changelog:

* Fixed bug #1365: _getOutput() table not XHTML complaint.

* Fixed bug #2727: Output ist not valid XHTML. Patch by Helgi Þormar <helgi@trance.is>.

* Fixed bug #2295: Timer.php: undefined index "Stop" on line 208.

Dependencies:
  • PHP Extension: bcmath (optional)
1.2.1Download

Release date: 2003-05-21 00:17 UTC
Release state: stable

Changelog:

+ Profiler: Added calculation of netto execution time of sections.

+ Profiler: Optional output to an array instead of screen.

(Contributed by Jean-Marc Fontaine)

* Profiler: Fixed typos.

1.2Download

Release date: 2002-09-25 23:00 UTC
Release state: stable

Changelog:

+ Added Profiler class.

(Contribution by Matthias Englert)

1.1Download

Release date: 2002-05-02 01:17 UTC
Release state: stable

Changelog:

- 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)