Groovy Documentation

groovy.gbench
[Groovy] Class BenchmarkTime

java.lang.Object
  groovy.gbench.BenchmarkTime

class BenchmarkTime

Property Summary
long cpu

long real

long system

long user

 
Method Summary
String toString()

 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Property Detail

cpu

long cpu


real

long real


system

long system


user

long user


 
Method Detail

toString

String toString()


 

Groovy Documentation