lafar6502 / caparf

Automatically exported from code.google.com/p/caparf
GNU General Public License v3.0
0 stars 0 forks source link

Add report-generator to caparf #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is no way to customize output produced by AlgorithmRunner. Current 
output is really awfull. Some common use cases of using Report Generator:
  1. Generate resulting table in TeX format (for example,
     for adding it into article).
  2. Save results in internal format in order to use them later
     (XML or ProtocolBuffers can be used for this purpose).
  3. Custom statistics and grouping

Original issue reported on code.google.com by denis.nsc on 14 Dec 2009 at 9:49

GoogleCodeExporter commented 8 years ago
This issue is partly resolve in r11 that introduced RunListener. Custom 
listeners can 
be used for use cases #1 and #3.

Original comment by denis.nsc on 21 Dec 2009 at 8:24