Beberlei\Metrics\Collector\Logger::timing PHP Method

timing() public method

public timing ( $variable, $time )
    public function timing($variable, $time)
    {
        $this->logger->debug(sprintf('timing:%s:%s', $variable, $time));
    }