|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomTableMetrics
Benchmarks that keep track of custom metrices will need to create a metrics class implementing this CustomMetrics interface. Then, upon initialization it will have to attach the metrics object by calling the attachMectrics(CustomMetrics) method of the driver context.
DriverContext.attachMetrics(CustomMetrics)
Method Summary | |
---|---|
void |
add(CustomTableMetrics other)
Aggregates the metrics from another source or thread with the current one. |
Object |
clone()
The metrics need to be cloneable and not throw any exceptions. |
TableModel |
getResults()
Obtains the results of the metrics represented by this object. |
Method Detail |
---|
void add(CustomTableMetrics other)
other
- The metrics from another sourceTableModel getResults()
Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |