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 PrintStreamPrintStream to use(package private) final VerboseModeVerbose-mode? -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OutputFormat
endBenchmark, endRun, iteration, iterationResult, startBenchmark, startRun
-
Field Details
-
verbose
Verbose-mode? -
out
PrintStream to use
-
-
Constructor Details
-
AbstractOutputFormat
-
-
Method Details
-
print
- Specified by:
printin interfaceOutputFormat
-
println
- Specified by:
printlnin interfaceOutputFormat
-
flush
public void flush()- Specified by:
flushin interfaceOutputFormat
-
verbosePrintln
- Specified by:
verbosePrintlnin interfaceOutputFormat
-
write
public void write(int b) - Specified by:
writein interfaceOutputFormat
-
write
- Specified by:
writein interfaceOutputFormat- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceOutputFormat
-