PhpBench\Progress\Logger\HistogramLogger::endSuite PHP Method

endSuite() public method

public endSuite ( Suite $suite )
$suite PhpBench\Model\Suite
    public function endSuite(Suite $suite)
    {
        $this->output->write(PHP_EOL);
        parent::endSuite($suite);
    }