gnu.trove.benchmark
Interface Timer

All Known Implementing Classes:
Repeater

public interface Timer


Method Summary
 Operation getOperation()
           
 long ours()
           
 Result run()
           
 long theirs()
           
 

Method Detail

getOperation

public Operation getOperation()

theirs

public long theirs()

ours

public long ours()

run

public Result run()