public class ProfileOutput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
headerPrinted |
private java.io.PrintStream |
stream |
| Constructor and Description |
|---|
ProfileOutput(java.io.File out) |
ProfileOutput(java.io.PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
private void |
footerAndCleanupOnShutdown(ProfilePrinter printer) |
void |
printProfile(ProfilePrinter printer) |
private final java.io.PrintStream stream
private boolean headerPrinted
public ProfileOutput(java.io.PrintStream out)
public ProfileOutput(java.io.File out)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic void printProfile(ProfilePrinter printer)
private void footerAndCleanupOnShutdown(ProfilePrinter printer)