Groovy Documentation

groovy.gbench
[Java] Interface Benchmark.BenchmarkHandler


public static interface Benchmark.BenchmarkHandler

Method Summary
void handle(Object klass, Object method, Object time)

 

Method Detail

handle

public void handle(Object klass, Object method, Object time)


 

Groovy Documentation