cz.cuni.amis.utils
Class Throughput
java.lang.Object
cz.cuni.amis.utils.Throughput
public class Throughput
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Throughput
public Throughput(String units)
isReporting
public boolean isReporting()
setReporting
public void setReporting(boolean reporting)
getThroughput
public double getThroughput()
getName
public String getName()
setName
public void setName(String name)
add
public void add(long data)
getTotalData
public long getTotalData()
getTotalRecords
public long getTotalRecords()
getCurrentThroughput
public double getCurrentThroughput()
- Return data / secs.
- Returns:
getCheckThroughput
public double getCheckThroughput()
check
public void check()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.