Difference between revisions of "GPU621/Intel Parallel Studio VTune Amplifier"
Ikondrakov (talk | contribs) (→Introduction) |
Ikondrakov (talk | contribs) |
||
Line 7: | Line 7: | ||
== Introduction == | == Introduction == | ||
This page will demonstrate the purpose, features, and usage of the Intel Parallel Studio VTune Profiler. In short, it is a performance analyzing tool for 32-bit, 64-bit, and x86 architectures running Linux-based or Microsoft Windows operating systems. It supports both Intel and AMD hardware, but advanced hardware-based features and acceleration require an Intel-manufactured CPU. Furthermore, the application is specifically designed to help with optimization of application and system performance, High-performance computing configurations, and more by detecting performance bottlenecks through run-time environment profiling on serial and multi-threaded software. | This page will demonstrate the purpose, features, and usage of the Intel Parallel Studio VTune Profiler. In short, it is a performance analyzing tool for 32-bit, 64-bit, and x86 architectures running Linux-based or Microsoft Windows operating systems. It supports both Intel and AMD hardware, but advanced hardware-based features and acceleration require an Intel-manufactured CPU. Furthermore, the application is specifically designed to help with optimization of application and system performance, High-performance computing configurations, and more by detecting performance bottlenecks through run-time environment profiling on serial and multi-threaded software. | ||
+ | |||
+ | == Details == | ||
== Features & Functionalities == | == Features & Functionalities == | ||
+ | |||
+ | == How to use it and Why it is importantÉ == | ||
== Sources == | == Sources == | ||
# [https://software.intel.com/content/www/us/en/develop/tools/vtune-profiler.html Intel VTune Profile] | # [https://software.intel.com/content/www/us/en/develop/tools/vtune-profiler.html Intel VTune Profile] | ||
# [https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/launch/getting-started.html Installation and Features] | # [https://software.intel.com/content/www/us/en/develop/documentation/vtune-help/top/launch/getting-started.html Installation and Features] |
Revision as of 10:44, 8 December 2021
Contents
Group Members
Introduction
This page will demonstrate the purpose, features, and usage of the Intel Parallel Studio VTune Profiler. In short, it is a performance analyzing tool for 32-bit, 64-bit, and x86 architectures running Linux-based or Microsoft Windows operating systems. It supports both Intel and AMD hardware, but advanced hardware-based features and acceleration require an Intel-manufactured CPU. Furthermore, the application is specifically designed to help with optimization of application and system performance, High-performance computing configurations, and more by detecting performance bottlenecks through run-time environment profiling on serial and multi-threaded software.