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 voidaddTabs(PrintStream out, int indentLevel) static voidprint(Stats s, PrintStream out, boolean recursive) Prints the given stats to the given print stream.static voidprint(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 aStatsobject 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 aStatsobject itself is printed as well if the 'recursive' flag is 'true'. -
addTabs
-