PHP Class MessagePack\Tests\Perf\Writer\TableWriter

Inheritance: implements MessagePack\Tests\Perf\Writer\Writer
Show file Open project: rybakit/msgpack.php

Public Methods

Method Description
__construct ( $ignoreIncomplete = null )
close ( )
open ( array $benchmarkInfo, array $targets )
write ( Test $test, array $stats )

Private Methods

Method Description
writeRow ( array $cells, $padChar = ' ' )
writeSummary ( $title, $name, Closure $formatter = null )

Method Details

__construct() public method

public __construct ( $ignoreIncomplete = null )

close() public method

public close ( )

open() public method

public open ( array $benchmarkInfo, array $targets )
$benchmarkInfo array
$targets array

write() public method

public write ( Test $test, array $stats )
$test MessagePack\Tests\Perf\Test
$stats array