Open main menu

CDOT Wiki β

DPS921/Franky

Revision as of 16:37, 25 November 2018 by Ysim2 (talk | contribs) (Introduction)

Intel vTune Amplifier

Team Members

  1. Yoosuk Sim
  2. eMail All

Introduction

Intel vTune Amplifier is a performance profiler. It is specifically designed to analyze various aspect of the run-time environment and provide a snapshot of how the program performed with respect to the hardware. Some of the information include the time consumed, percentage of time used per function call, and cpu core usage. It also performs few automated analysis to suggests different ways to improve the performance, especially when using TBB.

Our project aims to leverage the power of vTune Amplifier to improve a solution to a trivial challenge.

Details

Case-study

Single-thread

Code

Performance

Optimized with DAAL

Code

Performance

Multi-thread

Code

Performance

Source

  1. Intel vTune Amplifier Homepage