PHP Class Lavoiesl\PhpBenchmark\AbstractTest

Show file Open project: lavoiesl/php-benchmark

Public Methods

Method Description
__construct ( $name )
getName ( )
guessCount ( $max_seconds = 1 )
run ( $n = 1 )

Protected Methods

Method Description
cleanup ( )
execute ( )
prepare ( )

Method Details

__construct() public method

public __construct ( $name )

cleanup() protected method

protected cleanup ( )

execute() abstract protected method

abstract protected execute ( )

getName() public method

public getName ( )

guessCount() public method

public guessCount ( $max_seconds = 1 )

prepare() protected method

protected prepare ( )

run() public method

public run ( $n = 1 )