Client Analysis
Client analysis type uses the event-based sampling collection and is targeted for Intel® microarchitectures code name Sandy Bridge.This analysis type uses events that help analyze client applications...
View ArticleMicroarchitecture and Platform Analysis
Parent topic: Performance Analysis with Intel® VTune™ AmplifierGeneral Exploration AnalysisBandwidth AnalysisIntel Core 2 Processor AnalysisNehalem / Westmere AnalysisSandy Bridge AnalysisHaswell...
View ArticlePower Analysis Workflow With Intel® Energy Profiler
Use the Intel® Energy Profiler tool, provided with the Intel® VTune™ Amplifier for Systems, to analyze power and energy consumption on a target Android*, Windows*, or Linux OS system running on Intel...
View ArticleIntel® Inspector 2015
Intel® Parallel Studio XE 2015 Professional Edition for Windows*Intel® Parallel Studio XE 2015 Cluster Edition for Windows*Intel® System Studio 2015 for Windows*Intel® Inspector is a dynamic memory and...
View ArticleTransitioning from Rational Purify* Tools to Intel® Inspector XE
IBM Rational Purify* software is a tool for checking the memory correctness of your code. Intel® Inspector XE has that same functionality but also supports threading error analysis (such as data race...
View ArticleTransitioning from DevPartner* BoundsChecker Tools to Intel® Inspector XE
Micro Focus DevPartner* BoundsChecker software contains tools to help you find memory issues in your code. Intel® Inspector XE has that same functionality but also supports additional operating systems...
View ArticleChanging States
Changing the state of a problem or message in the Correctness Report window helps you focus on the issues that require your attention.To change a problem or message state:Right-click a problem or...
View ArticleReducing Parallel Overhead, Lock Contention, and Enabling Chunking
The data collected and analyzed in the Suitability Report window shows data for the selected site. The text that appears below Runtime impact for this site (lower-right area) may recommend that you...
View ArticleMultiple Parallel Sites
You may be able to introduce parallelism independently in more than one place in a program.For example, consider a C/C++ program with the general structure: initialize(data); while (!done) {...
View ArticleBinary/Symbol Search and Source Search Locations
When using the Intel Advisor Standalone GUI:Specify the locations of binary and symbol locations to be searched by using the Project Properties dialog box, Binary/Symbol Search tab. These locations...
View ArticleControlling the Expansion of advisor-annotate.h
Depending on your particular environment, you may want to control the expansion of C/C++ macros in advisor-annotate.h at the inclusion site.Defining ANNOTATE_EXPAND_NULL before you include...
View ArticleReferencing the Annotations Definitions Directory
You need to specify the directory containing the Intel Advisor definition file as an additional include directory when you compile your program. Intel Advisor installs its annotation definition files...
View ArticleWorkflow Location: Next Steps for Parallel Program
Parent topic: Getting StartedLingua Inglese
View ArticleAdvisor Workflow Tab Steps
Parent topic: Getting Started1. Survey Target2. Annotate Sources3. Check Suitability4. Check Correctness4. Check Correctness and Fix Problems5. Add Parallel FrameworkLingua Inglese
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 ArticleFixing Sharing Problems
Use the Correctness Report window and the topics introduced by this section to help you understand and decide how to fix the reported data sharing problems.Parent topic: Intel® AdvisorAbout Fixing...
View ArticleIntel® Xeon Phi™ Advanced Modeling Options
When you select a Target System of Intel Xeon Phi or Offload to Intel Xeon Phi coprocessor, additional modeling parameters appear below Runtime Modeling area under Intel Xeon Phi Advanced Modeling:...
View ArticleUsing Partially Parallel Programs with Intel Advisor Tools
Intel Advisor tools are designed to collect data and analyze serial programs. If you have a partially parallel program, before you use the Intel Advisor Suitability and Correctness tools to examine it...
View ArticleOverview of the Survey Report
After the Survey tool runs with your program's target executable to collect data, the Survey Report window appears. It displays a top-down call tree with loops. When a target executes for a very short...
View ArticleChoosing a Small, Representative Data Set for the Correctness Tool
When using the Correctness tool, Intel recommends that you use a Debug build. Visual Studio allows different build configurations to set unique values for the properties. By using #ifdef preprocessor...
View Article