Here are some helpful links:
Important Knowledge Base Articles for Intel® Inspector XE 2013
Here are some helpful links:
Important Knowledge Base Articles for Intel® Inspector XE 2013
|
|
Join us in an engaging series of hands-on webinars covering |
This free webinar series presents tools, tips, and techniques that will help sharpen your development skills on developing and improving your high performance compute applications for multicore and manycore on Intel® Xeon® processors and Intel® Xeon Phi™ coprocessors. Expert technical teams at Intel as well as open source innovators discuss development tools, programming models, vectorization and execution models that will get your development efforts powered up to get the best out of your applications and platforms.
When running an MPI program, process placement is critical to maximum performance. Many applications can be sufficiently controlled with a simple process placement scheme, while some will require a more complex approach. The Intel® MPI Library offers multiple options for controlling process placement within the Hydra process manager.
This article explains how to build a simple application for the Windows Store* using Intel Threading Building Blocks (Intel® TBB).
When you profile your software with VTune™ Amplifier XE you often start from looking at the top function hotspots list. This allows you to see what functions are spending CPU resources, so you can focus your optimization efforts.
Function call counts can provide some additional information to assist in further optimization.
This is currently a placeholder for Intel® Trace Analyzer and Collector usage guides. Until articles are added, please visit the Intel® Trace Analyzer and Collector product page. You can also view the documentation.
Filtering in the Intel® Trace Collector will apply specified filters to the trace collection process. This directly reduces the amount of data collected. The filter rules can be applied either via command line arguments or in a configuration file (specified by the environment variable VT_CONFIG). Filters are evaluated in the order they are listed.
Filters consist of three components, type, pattern, and body. The basic filter is of type STATE. The other types, SYMBOL and ACTIVITY, apply pattern replacements, but are otherwise identical to STATE.