Libraries tagged by bench
rundiz/profiler
146 Downloads
profiling your php application
rotexsoft/callable-execution-timer
6 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
pyrsmk/streetfight
5 Downloads
A simple benchmarking tool
ohansyah/laravelbenchmark
47 Downloads
Measure the number of milliseconds it takes for the given callbacks to complete. This code is from the laravel 9.x helper benchmarking (https://laravel.com/docs/9.x/helpers#benchmarking) PR by by Nuno Maduro https://github.com/laravel/framework/pull/44252. Rewrite intend to run it on old php and laravel legacy project
mvan/stopwatch
27 Downloads
Stop Watch for measuring running time of the script
fixik/icobench
9 Downloads
Laravel package for the ICObench API
felideo/performance-check
89 Downloads
A light benchmark timer class for PHP.
davidbehler/timer
273 Downloads
A timer, in PHP. You can (re)start, pause and stop. And get the passed time. You can start/control multiple timers simultaneously by label.
codon/super-object
8 Downloads
A extended ArrayObject class with self-referring variables, caching and retrieve-by-path support
burntcaramel/stir
26 Downloads
Record time taken in your website.
bubujka/cltr
12 Downloads
script execution-time collector
bonsaicode/timer
8 Downloads
Timer utility class for benchmarking your PHP code.
bfg/speed-test
15 Downloads
Designed for approximate estimation of the time of code execution by the number of iterations
bedd/timer
18 Downloads
PHP timer
arrayiterator/profiler
0 Downloads
Record & profiling the code