Intel® Advisor Help
The Flow Graph Analyzer designer workflow allows you to describe your graphs visually, set meaningful properties, and generate the flow graph framework code in C++. Before generating the framework code, you can also perform rule-checks to make sure the described graph does not have any potential issues that could lead to incorrect execution or a poorly performing graph. The generated code can be compiled and run without modification in many cases. Sometimes, the generated code may have to be modified to provide meaningful inputs or outputs.
Specifically, the tool supports the following capabilities necessary for visual design of graphs:
In addition to these basic capabilities, the tool provides the means to:
This section walks through the design workflow and the capabilities that support it. The following figure shows the simple flow of the design process.