The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "benchmark"

benchmark - Compares processing speed of various methods River stage zero No dependents

TAIY/Audio-SoundFile-0.16 - 14 Dec 2009 14:30:26 UTC - Search in distribution

Benchmark - benchmark running times of Perl code River stage five • 11292 direct dependents • 32664 total dependents

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

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

App::Benchmark - Output your benchmarks as test diagnostics River stage one • 1 direct dependent • 1 total dependent

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 distribution

Benchmark::CSV - Report raw timing results in CSV-style format for advanced processing. River stage zero No dependents

KENTNL/Benchmark-CSV-0.001002 - 09 Mar 2017 07:20:46 UTC - Search in distribution

Benchmark::Lab - Tools for structured benchmarking and profiling River stage zero No dependents

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 distribution

Benchmark::Apps - Simple interface to benchmark applications. River stage zero No dependents

This 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 distribution

Benchmark::Dumb - Benchmark.pm compatibility layer for Dumbbench River stage three • 6 direct dependents • 247 total dependents

This 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.503 - 21 Apr 2022 08:49:55 UTC - Search in distribution

Test::Benchmark - Make sure something really is faster River stage one • 2 direct dependents • 2 total dependents

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 distribution

Benchmark::Chart - Plots your Benchmark River stage zero No dependents

DOHNTO/Benchmark-Chart-0.01 - 23 Jul 2014 20:21:32 UTC - Search in distribution

Benchmark::Timer - Benchmarking with statistical confidence River stage one • 3 direct dependents • 6 total dependents

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

Cache::Benchmark - Tests the quality and speed of a cache module to compare cachemodules and algorithms. River stage zero No dependents

TOBIWAN/Cache-Benchmark-0.011 - 27 May 2007 16:15:20 UTC - Search in distribution

Benchmark::Object - Simple interface to do benchmarking. River stage zero No dependents

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 distribution

Tapper::Benchmark - Autonomous SQL backend to store benchmarks River stage zero No dependents

Tapper::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

Benchmark::Command - Benchmark commands River stage one • 1 direct dependent • 1 total dependent

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 distribution

Benchmark::Confirm - take a Benchmark and confirm returned values River stage zero No dependents

Benchmark::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 distribution

Benchmark::DKbench - Perl CPU Benchmark River stage zero No dependents

A Perl benchmark suite for general compute, created to evaluate the comparative performance of systems when running computationally intensive Perl (both pure Perl and C/XS) workloads. It is a good overall indicator for generic CPU performance in real...

DKECHAG/Benchmark-DKbench-2.6 - 25 Apr 2024 22:42:08 UTC - Search in distribution

Benchmark::Forking - Run benchmarks in separate processes River stage one • 2 direct dependents • 3 total dependents

The 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 distribution

Parallel::Benchmark - parallel benchmark module River stage zero No dependents

Parallel::Benchmark is parallel benchmark module....

FUJIWARA/Parallel-Benchmark-0.10 - 14 Apr 2015 04:31:29 UTC - Search in distribution

Template::Benchmark - Pluggable benchmarker to cross-compare template systems. River stage one • 1 direct dependent • 1 total dependent

Template::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

Attribute::Benchmark - dead easy benchmarking River stage zero No dependents

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 distribution
747 results (0.259 seconds)