Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

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.