public class StopWatch extends Object
| Constructor and Description |
|---|
StopWatch() |
| Modifier and Type | Method and Description |
|---|---|
StopWatch |
click() |
long |
getCpuTimeNanos() |
long |
getDurationNanos() |
long |
getStartMillis() |
public StopWatch click()
public long getStartMillis()
public long getDurationNanos()
public long getCpuTimeNanos()
Copyright © 2018. All rights reserved.