|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.grails.plugin.vaadin.utils.Stopwatch
class Stopwatch
Simple class for recording time taken.
| Property Summary | |
|---|---|
String |
caption
|
static def |
log
|
Class |
source
|
long |
startTime
|
| Constructor Summary | |
Stopwatch(String caption, Object source = null)
|
|
| Method Summary | |
|---|---|
static boolean
|
isEnabled()
|
String
|
stop()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
String caption
static def log
Class source
long startTime
| Constructor Detail |
|---|
Stopwatch(String caption, Object source = null)
| Method Detail |
|---|
static boolean isEnabled()
String stop()
String toString()
Groovy Documentation