Package org.openjdk.jmh.runner.format
Class AbstractOutputFormat
java.lang.Object
org.openjdk.jmh.runner.format.AbstractOutputFormat
- All Implemented Interfaces:
OutputFormat
- Direct Known Subclasses:
SilentFormat
,TextReportFormat
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final PrintStream
PrintStream to use(package private) final VerboseMode
Verbose-mode? -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openjdk.jmh.runner.format.OutputFormat
endBenchmark, endRun, iteration, iterationResult, startBenchmark, startRun
-
Field Details
-
verbose
Verbose-mode? -
out
PrintStream to use
-
-
Constructor Details
-
AbstractOutputFormat
-
-
Method Details
-
print
- Specified by:
print
in interfaceOutputFormat
-
println
- Specified by:
println
in interfaceOutputFormat
-
flush
public void flush()- Specified by:
flush
in interfaceOutputFormat
-
verbosePrintln
- Specified by:
verbosePrintln
in interfaceOutputFormat
-
write
public void write(int b) - Specified by:
write
in interfaceOutputFormat
-
write
- Specified by:
write
in interfaceOutputFormat
- Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceOutputFormat
-