Package org.gradle.profiler.report
Class AbstractGenerator
java.lang.Object
org.gradle.profiler.report.AbstractGenerator
- Direct Known Subclasses:
CsvGenerator,HtmlGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsummarizeResults(Consumer<String> consumer) voidwrite(InvocationSettings settings, BenchmarkResult result) protected abstract voidwrite(InvocationSettings settings, BenchmarkResult result, BufferedWriter writer)
-
Constructor Details
-
AbstractGenerator
-
-
Method Details
-
write
- Throws:
IOException
-
write
protected abstract void write(InvocationSettings settings, BenchmarkResult result, BufferedWriter writer) throws IOException - Throws:
IOException
-
summarizeResults
-