gnu.trove.benchmark
Class TextReporter

java.lang.Object
  extended by gnu.trove.benchmark.TextReporter
All Implemented Interfaces:
Reporter

 class TextReporter
extends java.lang.Object
implements Reporter


Field Summary
(package private)  java.io.PrintWriter out
           
 
Fields inherited from interface gnu.trove.benchmark.Reporter
ENV_PROPS
 
Constructor Summary
TextReporter()
           
TextReporter(java.io.PrintWriter out)
           
 
Method Summary
 void finish()
           
 void report(Result result)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

java.io.PrintWriter out
Constructor Detail

TextReporter

TextReporter()

TextReporter

TextReporter(java.io.PrintWriter out)
Method Detail

report

public void report(Result result)
Specified by:
report in interface Reporter

start

public void start()
Specified by:
start in interface Reporter

finish

public void finish()
Specified by:
finish in interface Reporter