@Published(tag="architect") public class TpsCalculator extends java.lang.Object
| Constructor and Description |
|---|
TpsCalculator() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(long startTime,
long processedCount)
処理開始時間と処理済み件数からTPSを求める。
|