메소드 | 설명 | |
---|---|---|
benchmarkEnd ( |
Log the end of a benchmark. | |
benchmarkStart ( |
Log the start of a benchmark. | |
endSuite ( |
Called at the end of the suite run. | |
iterationEnd ( |
Log the end of an iteration. | |
iterationStart ( |
Log the start of an iteration. | |
retryStart ( integer $rejectionCount ) | Log the number of retries to be made. | |
startSuite ( |
Called at the start of the suite run. | |
subjectEnd ( |
Log the end of a benchmarking subject. | |
subjectStart ( |
Log the end of a benchmarking subject. | |
variantEnd ( |
Log the end of an an iteration run. | |
variantStart ( |
Log the start of an iteration run. |
public benchmarkEnd ( |
||
$benchmark |
public benchmarkStart ( |
||
$benchmark |
public endSuite ( |
||
$suite |
public iterationEnd ( |
||
$iteration |
public iterationStart ( |
||
$iteration |
public retryStart ( integer $rejectionCount ) | ||
$rejectionCount | integer |
public startSuite ( |
||
$suite |
public subjectEnd ( |
||
$subject |
public subjectStart ( |
||
$subject |
public variantEnd ( |
||
$variant |
public variantStart ( |
||
$variant |