All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.demo.AnnotationDemo.groovy Maven / Gradle / Ivy

There is a newer version: 0.4.3-groovy-2.4
Show newest version
// System.properties."gbench.measureCpuTime" = 'false'
// System.properties."gbench.defaultHandler" = "println(method + 'of' + class + ': ' + time)"

@groovyx.gbench.Benchmark
void task() {
    Thread.sleep(1000)
}
task()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy