Linking the Intel GPA SDK Static Library to Your Application
Link the Intel® GPA SDK static library to your application. It is a small stub library with the bulk of the Intel® GPA functionality residing in a separate dynamically loaded run-time library.
If tracing is enabled, this static library loads the Intel® ITT API implementation and forward Intel ITT instrumentation data to the Intel® GPA.
If tracing is disabled, the static library ignores Intel ITT API calls providing nearly zero instrumentation overhead.
The Intel® GPA SDK static library is available in the following configurations:
dynamic C run time |
gpasdk_d.lib |
static C run time |
gpasdk_s.lib |
See Also
Configuring Your Build System
Including the Intel® ITT API Header in Your Application