soot.jimple.spark.ondemand.genericutil
Class Averager

java.lang.Object
  extended by soot.jimple.spark.ondemand.genericutil.Averager

public class Averager
extends Object


Constructor Summary
Averager()
           
 
Method Summary
 void addSample(double sample)
           
 double getCurAverage()
           
 long getNumSamples()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Averager

public Averager()
Method Detail

addSample

public void addSample(double sample)

getCurAverage

public double getCurAverage()
Returns:

getNumSamples

public long getNumSamples()
Returns: