PHP Class PhpBench\Model\Summary

Show file Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method Description
__construct ( Suite $suite )
getMaxTime ( )
getMeanRelStDev ( )
getMeanStDev ( )
getMeanTime ( )
getMinTime ( )
getModeTime ( )
getNbIterations ( )
getNbRejects ( )
getNbRevolutions ( )
getNbSubjects ( )
getStats ( )
getTotalTime ( )

Method Details

__construct() public method

public __construct ( Suite $suite )
$suite Suite

getMaxTime() public method

public getMaxTime ( )

getMeanRelStDev() public method

public getMeanRelStDev ( )

getMeanStDev() public method

public getMeanStDev ( )

getMeanTime() public method

public getMeanTime ( )

getMinTime() public method

public getMinTime ( )

getModeTime() public method

public getModeTime ( )

getNbIterations() public method

public getNbIterations ( )

getNbRejects() public method

public getNbRejects ( )

getNbRevolutions() public method

public getNbRevolutions ( )

getNbSubjects() public method

public getNbSubjects ( )

getStats() public method

public getStats ( )

getTotalTime() public method

public getTotalTime ( )