Revision history for Perl extension Benchmark::Timer. Version 0.7100: Tue Dec 21 2004 - Fixed version numbers, which were incompatible with some modules. (Thanks to Tassilo von Parseval for the bug report) Version 0.7.0: Thu Oct 21 10:29:11 EDT 2004 - Renamed get_report to report, and added reports method. (Thanks to Aaron Wodrich for providing the impetus for the change.) - Clarified the documentation Version 0.6.2: - Switched to Test::More for better test reporting Version 0.6.1: Thu Sep 16 2004 - Modified Makefile.PL to use Module::Install::CustomInstallationPath - Changed version numbering - Fixed broken dependency specification in Makefile.PL 0.6 - September 2, 2004 - Maintenance of the module transferred to David Coppit - License changed to GNU GPL. - Improved reporting to support multiple tags - Added statistical sampling, allowing the user to time code until a certain confidence level is reached. (Added error() and confidence() to support this functionality) 0.5 - April 20, 2001 * Added functionality to skip trials when doing repeated trials via a "skip" constructor parameter, plus tests for this. * Consistently use croak() and carp() instead of die() and warn(). * Added error tests to test that error conditions are properly met. * Renamed Benchmark::Timer object to $t in the test cases to make them more conventional. 0.4 - March 29, 2001 * Changed internal method representation to an array instead of a hash, for a tiny but measureable speed increase. * Corrected timestr() to display microseconds and show integral times. * Added delta.pl, a small script that calculates the approximate overhead of using Benchmark::Timer versus plain Time::HiRes calls. 0.3 - March 26, 2001 * Renamed Time::Timer to Benchmark::Timer after some discussion on the comp.lang.perl.modules newsgroup. 0.2 - March 24, 2001 * Added $t->result, $t->results, and $t->data methods to access data. * warn() instead of puke when $t->report is called while an event is still pending (thanks Ilmari Karonen ). 0.1 - March 23, 2001 * Original version, created by Andrew Ho (andrew@zeuscat.com), rolled.