MPI Application Analysis Workflow
The following figure shows basic steps required to analyze performance of MPI applications with the Intel® VTune™ Amplifier integrated into the Intel Cluster Studio XE.To display more information about...
View ArticleCancelling Analysis
When you run the analysis, the command toolbar in the Analysis Type window is updated with a set of buttons managing the data collection.To cancel the analysis, click the Cancel button.Outcome: The...
View ArticleCollecting Call Count Data
If you enabled the stack collection for the hardware event-based sampling configuration, you may also configure the Intel® VTune™ Amplifier to statistically approximate the number of calls to sampled...
View ArticleViewing and Configuring Project Search Directories
By default, for a C/C++ project, the Intel® VTune™ Amplifier finds binary, source and symbol files automatically using the data from the Microsoft Visual Studio* C++ project properties.In some cases...
View ArticleChoosing a Target in Visual Studio*
If during installation you chose to integrate Intel® VTune™ Amplifier into Microsoft Visual Studio* IDE, you may choose an analysis target and run a performance analysis directly from your development...
View ArticleViewpoint
A Viewpoint is a preset result tab configuration that selects particular data collected during a performance analysis and enables you to focus on specific performance problems. When you select a...
View ArticleCycles and UOps Analysis
Cycles and uOps analysis type uses event-based sampling collection and is targeted for Intel® microarchitecture code name Sandy Bridge.Use this analysis type to identify performance issues in the core...
View ArticleBandwidth Breakdown Analysis
The Bandwidth Breakdown analysis type uses the event-based sampling collection and is targeted for Intel® Core™ 2 processor family. Use this analysis type to understand the contribution of different...
View ArticleData of Interest
Intel® VTune™ Amplifier maintains a special column called Data of Interest. This column is highlighted with a yellow background and marked with a yellow star in the column header , as shown in the...
View ArticleStandalone GUI: Basic Workflow
The following figure shows an overview of the basic analysis workflow for the standalone graphical interface of theIntel® VTune™ Amplifier . To display more information about a workflow step:Position...
View ArticleC# 多线程协同完成一个任务
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace ConsoleApplication3 { class Program { static long Sum=0; static object mylock;...
View ArticleRunning Analysis
To run the analysis from the Microsoft Visual Studio* IDE:Choose your target.Build your target in the Release mode in the development environment of your choice.NoteMake sure you configured the...
View ArticleConfiguring Sampling Interval
Sampling interval is the amount of wall-clock time the Intel® VTune™ Amplifier waits before collecting each sample. For user-mode sampling and tracing analysis types (Basic Hotspots, Concurrency, and...
View ArticleConfiguring Search Directories
Parent topic: Configuring TargetsAbout Configuring Search DirectoriesSearch Directory OrderViewing and Configuring Project Search DirectoriesLingua Inglese
View ArticleChoosing Targets
Parent topic: Intel® VTune™ Amplifier User's GuideAbout Choosing TargetsCreating Projects and Choosing Targets in the Standalone InterfaceChoosing a Target in Visual Studio*Choosing a Target on the...
View ArticleSelf Time and Total Time
Intel® VTune™ Amplifier can calculate analysis-independent time spent within particular procedures and functions and within children (callees). This is the information for Self and Total time,...
View ArticleBranch Analysis
Branch analysis type uses event-based sampling collection and is targeted for Intel® microarchitecture code name Sandy Bridge.This analysis type uses events that help identify branching issues that...
View ArticleLocks and Waits Analysis
While Concurrency analysis helps identify where your application is not parallel, Locks and Waits analysis helps identify the cause of ineffective processor utilization. One of the most common problems...
View ArticleGetting Help
Intel® VTune™ Amplifier provides a Getting Started page with the links to installed resources like Tutorials using a variety of tuning scenarios for sample applications and links to documentation...
View ArticleNotational Conventions
The following conventions may be used in this document.ConventionExplanationExampleItalicUsed for introducing new terms, denotation of terms, placeholders, or titles of manuals.The filename consists of...
View Article