interface GraphPrinter extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
beginGroup(String name,
String shortName,
ResolvedJavaMethod method,
int bci)
Starts a new group of graphs with the given name, short name and method byte code index (BCI)
as properties.
|
void |
close() |
void |
endGroup()
Ends the current group.
|
void |
print(Graph graph,
String title,
SchedulePhase predefinedSchedule)
Prints an entire
Graph with the specified title, optionally using short names for
nodes. |
void beginGroup(String name, String shortName, ResolvedJavaMethod method, int bci) throws IOException
IOException
void print(Graph graph, String title, SchedulePhase predefinedSchedule) throws IOException
Graph
with the specified title, optionally using short names for
nodes.IOException
void endGroup() throws IOException
IOException
void close()
close
in interface AutoCloseable
close
in interface Closeable