fr.umlv.gramofone.batch
Class MyStats

java.lang.Object
  extended by fr.umlv.gramofone.batch.MyStats

public class MyStats
extends java.lang.Object


Constructor Summary
MyStats()
           
 
Method Summary
protected  double getAverageTime()
           
protected  double getAverageTimeJustPB()
           
protected  double getAverageTimeWithoutBlast()
           
 java.lang.String toString()
           
protected  void update(long time, long timeWithoutBlast, long timeJustPB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyStats

public MyStats()
Method Detail

update

protected void update(long time,
                      long timeWithoutBlast,
                      long timeJustPB)

getAverageTime

protected double getAverageTime()

getAverageTimeWithoutBlast

protected double getAverageTimeWithoutBlast()

getAverageTimeJustPB

protected double getAverageTimeJustPB()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object