net.sourceforge.basher
Class Average

java.lang.Object
  extended by net.sourceforge.basher.Average

public class Average
extends Object

Version:
1.0
Author:
Johan Lindquist

Constructor Summary
Average(long minTime, long maxTime, long totalTime, long timeElapsed, long totalSuccessful, long totalFailed, long totalNotRun, int numThreads)
           
 
Method Summary
 boolean equals(Object o)
           
 String formatOutput()
           
 long getAverage()
           
 long getMaxTime()
           
 long getMinTime()
           
 int getNumThreads()
           
 long getTimeElapsed()
           
 Date getTimeStamp()
           
 long getTotalEntries()
           
 long getTotalFailed()
           
 long getTotalNotRun()
           
 long getTotalSuccessful()
           
 long getTotalTime()
           
 float getTPS()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Average

public Average(long minTime,
               long maxTime,
               long totalTime,
               long timeElapsed,
               long totalSuccessful,
               long totalFailed,
               long totalNotRun,
               int numThreads)
Method Detail

getTimeElapsed

public long getTimeElapsed()

getAverage

public long getAverage()

getMinTime

public long getMinTime()

getMaxTime

public long getMaxTime()

getTotalTime

public long getTotalTime()

getTotalEntries

public long getTotalEntries()

getTimeStamp

public Date getTimeStamp()

getTPS

public float getTPS()

getNumThreads

public int getNumThreads()

getTotalSuccessful

public long getTotalSuccessful()

getTotalFailed

public long getTotalFailed()

getTotalNotRun

public long getTotalNotRun()

formatOutput

public String formatOutput()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2006-2010 Basher Team. All Rights Reserved.