Package org.gradle.profiler.report
Class HtmlGenerator
java.lang.Object
org.gradle.profiler.report.AbstractGenerator
org.gradle.profiler.report.HtmlGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwrite(InvocationSettings settings, BenchmarkResult benchmarkResult, BufferedWriter writer) Methods inherited from class org.gradle.profiler.report.AbstractGenerator
summarizeResults, write
-
Constructor Details
-
HtmlGenerator
-
-
Method Details
-
write
protected void write(InvocationSettings settings, BenchmarkResult benchmarkResult, BufferedWriter writer) throws IOException - Specified by:
writein classAbstractGenerator- Throws:
IOException
-