Package dev.comfast.util.waiter
Class WaiterStats
java.lang.Object
dev.comfast.util.waiter.WaiterStats
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WaiterStats
public WaiterStats()
-
-
Method Details
-
addError
- Parameters:
error- Throwable to be addedtime- ms from start waitForloopTime- ms from start current loop
-
recentError
- Returns:
- last added error
-
getStats
- Returns:
- String like:
time | loopTime | error 1s | 26ms | RuntimeException 2s | 330ms | RuntimeException 3s | 110ms | RuntimeException: oh no ! 4.5s | 360ms | InvalidArgumentException 6s | 12ms | InvalidArgumentException 7.3s | 130ms | InvalidArgumentException 8s | 201ms | InvalidArgumentException: something has broken
-