Click here to Skip to main content
15,891,184 members
Articles / General Programming / Performance

Model and Analyze the Performance of Your Applications with Intel Advisor Flow Graph Analyzer

5 Mar 2020CPOL 20K  
In this video, he shows how you can use the Flow Graph Analyzer to model C++ code and measure its performance.
In the video Jeff looks at identifying the critical path through an algorithm and narrow down where we can tune to improve performance. He also shows how Flow Graph Analyzer works, to both model some applications that you might want to work with or build, using things like Intel's Threading Building Blocks (TBB), or analyzing an existing application and test and see where your performance bottlenecks are and identify and be able to tune those.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Program Manager
United States United States
Jeff Fritz is a senior program manager in Microsoft’s Developer Division working on the .NET Community Team. As a long time web developer and application architect with experience in large and small applications across a variety of verticals, he knows how to build for performance and practicality. Four days a week, you can catch Jeff hosting a live video stream called 'Fritz and Friends' at twitch.tv/csharpfritz. You can also learn from Jeff on WintellectNow and Pluralsight, follow him on twitter @csharpfritz, and read his blog at jeffreyfritz.com

Comments and Discussions