Package org.kiwiproject.beta.time
Interface Timing.Timed
- All Known Implementing Classes:
Timing.TimedNoResult,Timing.TimedWithResult
- Enclosing class:
- Timing
Represents an operation that is timed.
-
Method Summary
-
Method Details
-
getElapsedMillis
long getElapsedMillis()- Returns:
- the number of milliseconds that elapsed during the operation
-
getElapsedNanos
long getElapsedNanos()- Returns:
- the number of nanoseconds that elapsed during the operation
-