public class ParseProfileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
getExecTime
Whether to use MIN, MAX or MEAN execution time of the actors.
|
private Graph |
graph
Application graph
|
Constructor and Description |
---|
ParseProfileInfo() |
Modifier and Type | Method and Description |
---|---|
private void |
parseGraphActorsNode(org.w3c.dom.Node node)
Parse SDF actors.
|
private void |
parseGraphChannelsNode(org.w3c.dom.Node node)
Parse SDF channels.
|
private void |
parseGraphSdfPropertiesNode(org.w3c.dom.Node node)
Parse SDF graph properties
|
Graph |
parseProfileXml(java.lang.String fileName)
Parse profiling XML file from framework and build application graph.
|
private Graph graph
private final java.lang.String getExecTime
private void parseGraphSdfPropertiesNode(org.w3c.dom.Node node)
node
- root node of SDF properties.private void parseGraphChannelsNode(org.w3c.dom.Node node)
node
- root node to SDF channelsprivate void parseGraphActorsNode(org.w3c.dom.Node node)
node
- root node to SDF actorspublic Graph parseProfileXml(java.lang.String fileName)
fileName
- input file name of the XML profile file