Package | Description |
---|---|
com.google.code.tempusfugit.temporal |
Modifier and Type | Class and Description |
---|---|
class |
ThreadLocalTimer
The
ThreadLocal based stop watch is safe to use with multiple threads as it will time each thread's call
between ThreadLocalTimer.reset() (or construction) and ThreadLocalTimer.lap() . |
class |
Timer |
Modifier and Type | Method and Description |
---|---|
static Timeout |
Timeout.timeout(Duration duration,
StopWatch stopWatch) |
Copyright © 2009–2018 tempus-fugit committers. All rights reserved.