public class StopWatch extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
getNanos() |
float |
getSeconds() |
long |
getTime() |
StopWatch |
setName(String name) |
StopWatch |
start() |
StopWatch |
stop() |
String |
toString() |
public StopWatch(String name)
public StopWatch()
Copyright © 2012–2018. All rights reserved.