Package se.liu.ida.hefquin.base.utils
Class StatsPrinter
java.lang.Object
se.liu.ida.hefquin.base.utils.StatsPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addTabs
(PrintStream out, int indentLevel) static void
print
(Stats s, PrintStream out, boolean recursive) Prints the given stats to the given print stream.static void
print
(Stats s, PrintStream out, boolean recursive, int indentLevel) Prints the given stats to the given print stream at the given indentation level.
-
Constructor Details
-
StatsPrinter
public StatsPrinter()
-
-
Method Details
-
print
Prints the given stats to the given print stream. Every entry that is aStats
object itself is printed as well if the 'recursive' flag is 'true'. -
print
Prints the given stats to the given print stream at the given indentation level. Every entry that is aStats
object itself is printed as well if the 'recursive' flag is 'true'. -
addTabs
-