Visible to Intel only — GUID: GUID-F42FA8E9-1EA9-4BCB-BC0B-CA964F16016A
Visible to Intel only — GUID: GUID-F42FA8E9-1EA9-4BCB-BC0B-CA964F16016A
Flow Graph Analyzer Workflows
To design flow graph applications using the Intel® oneAPI Threading Building Blocks (oneTBB) library, you need to understand the various node types supported, how to map them to end-user concepts or computational entities, and link them all together to form the flow graph. However, it is difficult to visualize and map such computational blocks when the count of such blocks goes beyond a handful.
To help you solve this visualization problem, the Flow Graph Analyzer tool supports two workflows:
- Designer workflow – Enables expressing the relationships between nodes using oneTBB flow graph node types.
- Analyzer workflow – Enables capturing and viewing graph topologies and related performance data captured from executed applications.