Bruno Meilick

Stopwatch

Profile your Kirby CMS code with precision in milliseconds (or seconds).

site()->stopwatch()->start('myevent');
// some code to profile
site()->stopwatch()->stop('myevent');

echo site()->stopwatch()->duration('myevent');
Version
1.0.7
License
MIT
Stars
11
Supports
K4 K3
Created
6 Oct 2019
Implements
More