library timer
PHP timer library
eleme/timer
PHP timer library
- Friday, June 27, 2014
- by thbourlove
- Repository
- 0 Watchers
- 0 Stars
- 3,832 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 3 Open issues
- 5 Versions
- 0 % Grown
Timer
, (*1)
thrift service provider for silex framework., (*2)
Install With Composer:
"require": {
"eleme/timer": "~0.1"
}
Example:
<?php
use Eleme\Timer\Collection;
require __DIR__.'/../vendor/autoload.php';
$collection = new Collection('namespace');
$collection->start('test');
usleep(500000);
$collection->stop('test');
$collection->start('test');
usleep(1000000);
$collection->stop('test');
$collection->start('fast');
$collection->stop('fast');
foreach ($collection as $name => $timer) {
echo $name, "\n";
foreach ($timer->delta() as $value) {
echo $value, "\n";
}
}
dev-master
9999999-dev
PHP timer library
Sources
Download
MIT
The Requires
The Development Requires
by
Hongbo Tang
v0.1.0
0.1.0.0
PHP timer library
Sources
Download
MIT
The Requires
The Development Requires
by
Hongbo Tang
v0.0.3
0.0.3.0
PHP timer library
Sources
Download
MIT
The Requires
The Development Requires
by
Hongbo Tang
v0.0.2
0.0.2.0
PHP timer library
Sources
Download
MIT
The Requires
The Development Requires
by
Hongbo Tang
v0.0.1
0.0.1.0
PHP timer library
Sources
Download
MIT
The Requires
The Development Requires
by
Hongbo Tang