Exemplo n.º 1
0
function bmetrics_timing($variable, $time, $registryKey = null)
{
    Registry::get($registryKey)->timing($variable, $time);
}
Exemplo n.º 2
0
 public function setUp()
 {
     Registry::clear();
 }