Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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.