PhpBench\Extensions\XDebug\Renderer\TraceRenderer::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->truncate = new TruncateFormat();
        $this->timeUnit = new TimeUnitFormat();
    }