Introduction to Flow Graph Analyzer

Flow Graph Analyzer (FGA) is a graphical tool for constructing, analyzing, and visualizing applications that use Intel® oneAPI Threading Building Blocks. In this video, learn how to collect trace information with Flow Graph Collector and analyze it visually with FGA. We run a modified version of NBody to show FGA’s capabilities visualizing a task graph and debugging an error we injected in the code.

Download Intel® Advisor from Intel® oneAPI Base Toolkit, Use Flow Graph Analyzer, a feature of Intel® Advisor, to analyze your own DPC++ code or Analyze code samples for Intel® oneAPI Toolkits available at: oneAPI Samples

Nbody sample used in this video: Nbody