| Class | Description |
|---|---|
| AbstractClock |
Abstract implementation of the
Clock interface. |
| CpuClock |
Clock implementation which provides the CPU time of the current
thread via
ThreadMXBean.getCurrentThreadCpuTime()Created: 23.05.2012 07:53:29 |
| SystemClock | |
| UserClock |
Clock implementation which provides the user time of the current
thread via
ThreadMXBean.getCurrentThreadUserTime()Created: 23.05.2012 08:07:32 |
Copyright © 2019. All rights reserved.