andreasnij/a-timer

A simple timer to measure execution time.

Maintainers

Package info

github.com/andreasnij/a-timer

Homepage

pkg:composer/andreasnij/a-timer

Statistics

Installs: 10 096

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

2.1 2024-03-29 13:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:37:46 UTC


README

Latest Stable Version

A simple timer to time/benchmark operations with a short human-readable result.

Installation

Add the package as a requirement to your composer.json:

$ composer require andreasnij/a-timer

Usage

use ATimer\Timer;

$timer = new Timer();

// Some operations that take time
echo $timer->getDurationFormatted();

// Example output: 1.237s

Author

Andreas Nilsson (https://github.com/andreasnij)

License

Licensed under the MIT License - see the LICENSE file for details.