PHP Class PhpBench\Extensions\XDebug\Renderer\TraceRenderer

Show file Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( )
render ( Suite $suite, Symfony\Component\Console\Output\OutputInterface $output, $options = [] )

Private Methods

Method Description
renderEntries ( DOMNode $trace, $table, array $options, $padding )
renderFunction ( DOMNode $entryEl, $padding, array $options )
renderIteration ( $iteration, $output, array $options )

Method Details

__construct() public method

public __construct ( )

render() public method

public render ( Suite $suite, Symfony\Component\Console\Output\OutputInterface $output, $options = [] )
$suite PhpBench\Model\Suite
$output Symfony\Component\Console\Output\OutputInterface