public class CsvGenerator extends AbstractGenerator
| Constructor and Description |
|---|
CsvGenerator(java.io.File outputFile,
Format format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
write(InvocationSettings settings,
BenchmarkResult benchmarkResult,
java.io.BufferedWriter writer) |
summarizeResults, writepublic CsvGenerator(java.io.File outputFile,
Format format)
protected void write(InvocationSettings settings, BenchmarkResult benchmarkResult, java.io.BufferedWriter writer) throws java.io.IOException
write in class AbstractGeneratorjava.io.IOException