com.intel.cosbench.bench
Class Aggregator

java.lang.Object
  extended by com.intel.cosbench.bench.Aggregator

public class Aggregator
extends java.lang.Object

This class encapsulates operations to aggregate data from all drivers, also includes operations to calculate response time distribution.

Author:
ywang19

Constructor Summary
Aggregator(java.lang.String type)
           
 
Method Summary
 void addMetrics(Metrics metrics)
           
 Metrics aggregate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregator

public Aggregator(java.lang.String type)
Method Detail

addMetrics

public void addMetrics(Metrics metrics)

aggregate

public Metrics aggregate()