PHP Class PhpBench\Storage\HistoryEntry

Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( $runId, DateTime $date, $context, $branch, $nbSubjects, $nbIterations, $nbRevolutions, $minTime, $maxTime, $meanTime, $meanRelStDev, $totalTime )
getContext ( )
getDate ( )
getMaxTime ( )
getMeanRelStDev ( )
getMeanTime ( )
getMinTime ( )
getNbIterations ( )
getNbRevolutions ( )
getNbSubjects ( )
getRunId ( )
getTotalTime ( )
getVcsBranch ( )

Method Details

__construct() public method

public __construct ( $runId, DateTime $date, $context, $branch, $nbSubjects, $nbIterations, $nbRevolutions, $minTime, $maxTime, $meanTime, $meanRelStDev, $totalTime )
$date DateTime

getContext() public method

public getContext ( )

getDate() public method

public getDate ( )

getMaxTime() public method

public getMaxTime ( )

getMeanRelStDev() public method

public getMeanRelStDev ( )

getMeanTime() public method

public getMeanTime ( )

getMinTime() public method

public getMinTime ( )

getNbIterations() public method

public getNbIterations ( )

getNbRevolutions() public method

public getNbRevolutions ( )

getNbSubjects() public method

public getNbSubjects ( )

getRunId() public method

public getRunId ( )

getTotalTime() public method

public getTotalTime ( )

getVcsBranch() public method

public getVcsBranch ( )