TAIY/Audio-SoundFile-0.16 - 14 Dec 2009 14:30:26 UTC - Search in distribution
The Benchmark module encapsulates a number of routines to help you figure out how long it takes to execute some code. timethis - run a chunk of code several times timethese - run several chunks of code several times cmpthese - print results of timeth...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC - Search in distribution- Benchmark - benchmark running times of Perl code
- perldiag - various Perl diagnostics
- perldiag - various Perl diagnostics
- 32 more results from perl »
This module makes it easy to run your benchmarks in a distribution's test suite. This way you just have to look at the CPAN testers reports to see your benchmarks being run on many different platforms using many different versions of perl. Ricardo Si...
MARCEL/App-Benchmark-2.00 - 01 Jan 2015 22:47:41 UTC - Search in distributionKENTNL/Benchmark-CSV-0.001002 - 09 Mar 2017 07:20:46 UTC - Search in distribution
This module provides a harness to benchmark and profile structured tasks. Structured tasks include a task to be benchmarked, as well as work to be done to prepare or cleanup from benchmarking that should not be timed. This module also allows the same...
DAGOLDEN/Benchmark-Lab-0.001 - 13 Jan 2016 21:26:46 UTC - Search in distributionThis module can be used to perform simple benchmarks on programs. Basically, it can be used to benchmark any program that can be called with a system call....
AMBS/Benchmark-Apps-0.05 - 14 Sep 2014 18:07:40 UTC - Search in distributionThis module implements an interface that is similar to the functional interface of the Benchmark module. This module, however, uses the Dumbbench benchmarking tool under the hood. For various reasons, the interface and the output of the benchmark run...
BDFOY/Dumbbench-0.501 - 15 Feb 2021 16:42:16 UTC - Search in distribution- Dumbbench::Instance - A benchmark instance within a Dumbbench
Sometimes you want to make sure that your "faster" algorithm really is faster than the old way. This lets you check. It might also be useful to check that your super whizzo XS or Inline::C version is actually faster. This module is based on the stand...
FDALY/Test-Benchmark-0.004 - 08 Oct 2005 14:01:04 UTC - Search in distributionDOHNTO/Benchmark-Chart-0.01 - 23 Jul 2014 20:21:32 UTC - Search in distribution
The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code th...
DCOPPIT/Benchmark-Timer-0.7112 - 12 Jul 2018 02:59:13 UTC - Search in distribution- delta.pl - calculate Benchmark::Timer object call overhead
TOBIWAN/Cache-Benchmark-0.011 - 27 May 2007 16:15:20 UTC - Search in distribution
This is a simple benchmarking module, can be used to get the banchmark at any part of code or complete code. There are four functions (start(it is also constructor), pause, resume, stop) in this module to perform benchmarking. It is recommended to us...
QWER/Benchmark-Object-0.04 - 22 Dec 2013 11:39:07 UTC - Search in distributionTapper::Benchmark is a module for adding benchmark points in a standardised way to the the database. A search function with complexe filters already exists. Class Methods new * Create a new Tapper::Benchmark object. my $or_bench = Tapper::Benchmark->...
TAPPER/Tapper-Benchmark-5.0.0 - 15 Feb 2016 14:12:18 UTC - Search in distribution- Tapper::Benchmark::Query - Tapper::Benchmark - querying - base class
- Tapper::Benchmark::Query::mysql - Tapper::Benchmark - querying - MySQL backend
- Tapper::Benchmark::Query::common - Tapper::Benchmark - querying - backend base class
- 1 more result from Tapper-Benchmark »
This module provides "run()", a convenience routine to benchmark commands. This module is similar to Benchmark::Apps except: 1) commands will be executed without shell (using the "system {$_[0]} @_" syntax); 2) the existence of each program will be c...
PERLANCAR/Benchmark-Command-0.08 - 14 Jun 2015 06:21:22 UTC - Search in distributionBenchmark::Confirm displays a confirmation after benchmarks that the each values from benchmark codes are equivalent or not. All you have to do is to use "Benchmark::Confirm" instead of "Benchmark". However, if you write some benchmarks in the one sc...
BAYASHI/Benchmark-Confirm-1.00 - 06 Apr 2015 15:59:58 UTC - Search in distributionThe Benchmark::Forking module changes the behavior of the standard Benchmark module, running each piece of code to be timed in a separate forked process. Because each child exits after running its timing loop, the computations it performs can't propo...
EVO/Benchmark-Forking-1.01 - 01 Feb 2010 23:57:13 UTC - Search in distributionParallel::Benchmark is parallel benchmark module....
FUJIWARA/Parallel-Benchmark-0.10 - 14 Apr 2015 04:31:29 UTC - Search in distributionTemplate::Benchmark provides a pluggable framework for cross-comparing performance of various template engines across a range of supported features for each, grouped by caching methodology. If that's a bit of a mouthful... have you ever wanted to fin...
SGRAHAM/Template-Benchmark-1.09 - 18 Oct 2010 09:30:20 UTC - Search in distribution- Template::Benchmark::Engine - Base class for Template::Benchmark template engine plugins.
- Template::Benchmark::Engines::Tenjin - Template::Benchmark plugin for Tenjin.
- Template::Benchmark::Engines::Solution - Template::Benchmark plugin for Solution.
- 28 more results from Template-Benchmark »
Attribute::Benchmark provides a ":Benchmark" attribute for subs. Just import it into a script, write the subs you wish to compare, and add the ":Benchmark" attribute to each. Then run your script. No need to "use strict" or "use warnings" - Attribute...
TOBYINK/Attribute-Benchmark-0.001 - 26 Nov 2013 08:53:01 UTC - Search in distributionThis module encapsulates some basic benchmarks to help you choose a module for serializing data. Note that using this module is only a part of chosing a serialization format. Other factors than the benchmarked might be of relevance! Included is suppo...
PMAKHOLM/Benchmark-Serialize-0.08 - 26 Oct 2010 15:28:01 UTC - Search in distribution- Benchmark::Serialize::Library - Library of serialization modules
- lib/Data/Serializer/Benchmark/Serialize.pm
- Benchmark::Serialize::Library::ProtocolBuffers - Google::ProtocolBuffers benchmarks
- 2 more results from Benchmark-Serialize »