Package nablarch.fw.batch.progress
Class TpsCalculator
java.lang.Object
nablarch.fw.batch.progress.TpsCalculator
TPSを算出するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
calculate
(long startTime, long processedCount) 処理開始時間と処理済み件数からTPSを求める。
-
Constructor Details
-
TpsCalculator
public TpsCalculator()
-
-
Method Details
-
calculate
public double calculate(long startTime, long processedCount) 処理開始時間と処理済み件数からTPSを求める。- Parameters:
startTime
- 処理開始時間(ナノ秒)processedCount
- 処理済み件数- Returns:
- 求めたTPS
-