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