PhpBench\Benchmark\RunnerContext::getOutputTimePrecision PHP Method

getOutputTimePrecision() public method

Return the output time precision.
public getOutputTimePrecision ( $default = null ) : string
return string
    public function getOutputTimePrecision($default = null)
    {
        return $this->options['output_time_precision'] ?: $default;
    }