gnu.trove.benchmark
Class Repeater

java.lang.Object
  extended by gnu.trove.benchmark.Repeater
All Implemented Interfaces:
Timer

 class Repeater
extends java.lang.Object
implements Timer


Field Summary
(package private)  int _count
           
(package private)  Operation _operation
           
 
Constructor Summary
Repeater(Operation o)
           
 
Method Summary
 Operation getOperation()
           
 long ours()
           
 Result run()
           
 long theirs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_count

int _count

_operation

Operation _operation
Constructor Detail

Repeater

Repeater(Operation o)
Method Detail

run

public Result run()
Specified by:
run in interface Timer

theirs

public long theirs()
Specified by:
theirs in interface Timer

ours

public long ours()
Specified by:
ours in interface Timer

getOperation

public Operation getOperation()
Specified by:
getOperation in interface Timer