User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Problem: Information Collected via ITT API Is Not Available When Attaching to a Process

Solution

If you use ITT API in your source code to collect statistics data, like Frame Analysis or JIT-profiling, by attaching to a process, make sure to set up the following environment variables before starting your target application:

  • INTEL_LIBITTNOTIFY32=<>\bin32\runtime\ittnotify_collector.dll

  • INTEL_LIBITTNOTIFY64=<install-dir>\bin64\runtime\ittnotify_collector.dll

NOTE:

The variables should contain the full path to the library without quotes.