public class CsvGenerator extends AbstractGenerator
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvGenerator.Format |
| Constructor and Description |
|---|
CsvGenerator(java.io.File outputFile,
CsvGenerator.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,
CsvGenerator.Format format)
protected void write(InvocationSettings settings, BenchmarkResult benchmarkResult, java.io.BufferedWriter writer) throws java.io.IOException
write in class AbstractGeneratorjava.io.IOException