Release Name: 0.4.3
Notes:
= Benelux v0.4 (IN PROGRESS)
<b>A madhouse of timers for your Ruby codes</b>
== Features
* Create timers for any Ruby method
* Granular statistics
== Installation
Get it in one of the following ways:
$ gem install benelux
$ git clone git://github.com/delano/benelux.git
$ gem install delano-benelux --source http://gems.github.com
== More Information
* Codes[http://github.com/delano/benelux]
* RDocs[http://delano.github.com/benelux]
== Credits
* Delano Mandelbaum (http://solutious.com)
== Thanks
* Alexis Sellier for fielding my Ruby questions
* Tara Dougans for the motivational speaches
== License
See LICENSE.txt
Changes:
BENELUX, CHANGES
#### 0.4.3 (2009-10-08) ###############################
* FIXED: Initial reporting loop waits 1 second for first threads
* CHANGE: Huge performance improvement (no tag matching when merging stats)
* CHANGED: Cleaned Reporter
#### 0.4.2 (2009-10-06) ###############################
* ADDED: JRuby support
* CHANGE: Improved performance
#### 0.4.1 (2009-10-06) ###############################
* FIXED: Nil @thread error in reporter
* CHANGE: Reporter starts only one thread.
#### 0.4.0 (2009-10-05) ###############################
* CHANGE: All tag values are stored as strings. Keys can be anything.
* CHANGE: Removed object-specific timelines
* CHANGED: Stats calculators no longer keep all values
* ADDED: Counts
* ADDED: Reporter thread
#### 0.3.2 (2009-10-02) ###############################
* CHANGE: Major performance improvement.
#### 0.3.1 (2009-09-30) ###############################
* FIXED: Rubygems versioning issue.
#### 0.3.0 (2009-09-30) ###############################
Initial public release
|