Package io.zeebe.test.util
Class Stopwatch
- java.lang.Object
-
- io.zeebe.test.util.Stopwatch
-
public class Stopwatch extends Object
Not-thread-safe utility to take timestamps and print a summary of time elapsed between timestamps. Useful for analyzing where tests spend runtime.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classStopwatch.Checkpoint
-
Field Summary
Fields Modifier and Type Field Description protected List<Stopwatch.Checkpoint>checkpoints
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-