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