VTune, Threading, Affinity, Scheduling Threads, Sample Over Time
Intel® VTune™ Performance Analyzer
Use different workspace for Intel® Performance Tuning Utility and VTune™ Analyzer in same machine
Tips for using iPTU and VTune™ Analyzer in same machine
libassuret.lib not found with compiler option /Qtcheck
Compile with /Qtcheck option will generate fatal error cannot open "libassuret40" at link time
Event Based Sampling - are you ready?
Event based sampling uses counters on the Intel processors to detect what your software is doing. This is helpful for tuning and improving software performance. Typical hotspot analysis shows you where your software spends most of the execution time, but event based sampling allows you to see not just what sections of your application take the most time but why and what it is doing.
How to View Intel® VTune™ Analyzer Sampling Data Using vtl
Describes some techniques for viewing Intel® VTune™ Analyzer sampling data using vtl.
To make sure that all functions show up in call graph
Problem :
During generation of call graph, Instrumentation Level to “All functions” is specified (function in the function list is checked), but the function does not show up in the call graph function list after data collection is done.
Resolution :
It is possible that application compiled without debug information or base relocation information, so try to recompile executable file with these options.
Example (Windows*):
During generation of call graph, Instrumentation Level to “All functions” is specified (function in the function list is checked), but the function does not show up in the call graph function list after data collection is done.
Resolution :
It is possible that application compiled without debug information or base relocation information, so try to recompile executable file with these options.
Example (Windows*):
Where can I find VTune™ analyzer "Windows* to Windows" Remote Data Collector (RDC)?
Where to find the VTune™ analyzer Windows* to Windows Remote data Collector (RDC)
Can’t create a new advanced build activity in Microsoft* Visual Studio* 2008
Tips for using VTune™ Performance Analyzer and Intel® Threading Tools in Visual Studio* integration
Using the Microsoft* Symbol Server with the VTune™ Performance Analyzer
Follow these steps to configure the VTune™ Performance Analyzer to use the Microsoft* symbol server to load symbols for system DLLs.
