Useful methods for GBench using Groovy 2.0 supports extension module descriptor.
like:
{{{
benchmark {
// benchmarking code
}
}}}
for the alternative way to:
{{{
import gbench
BenchmarkBuilder.run {
// benchmarking code
}
}}}
Original issue reported on code.google.com by nagaimas...@gmail.com on 17 Jul 2012 at 9:01
Original issue reported on code.google.com by
nagaimas...@gmail.com
on 17 Jul 2012 at 9:01