Package com.lightbend.cinnamon.stopwatch
Class Timekeeper.StartedStopwatch$
- java.lang.Object
-
- com.lightbend.cinnamon.stopwatch.Timekeeper.StartedStopwatch$
-
- Enclosing class:
- Timekeeper
public static class Timekeeper.StartedStopwatch$ extends java.lang.Object
INTERNAL APIA started stopwatch (only records total elapsed time, no active time).
-
-
Field Summary
Fields Modifier and Type Field Description static Timekeeper.StartedStopwatch$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description StartedStopwatch$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timekeeper.StartedStopwatch
apply(long startTime, long sampling)
-
-
-
Field Detail
-
MODULE$
public static final Timekeeper.StartedStopwatch$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Timekeeper.StartedStopwatch apply(long startTime, long sampling)
-
-