Run a Trace Analysis with Intel® Graphics Performance Analyzers

This video shows how to perform a trace analysis for a CPU-bound application with the Platform Analyzer in Intel® Graphics Performance Analyzers (Intel® GPA). You can analyze overall GPU use per GPU engine at each moment of time, analyze DMA packet submission on a software queue, correlate CPU and GPU activity per thread, and more.

For additional details and documentation, see Intel® Graphics Performance Analyzers.

This video will show you how to get started with trace analysis of your DirectX* application using Trace Analyzer.

To start the analysis, launch Trace Analyzer on your system and select the captured trace file.

Once the trace file has loaded, you can see a timeline populated showing a large amount of data about the platform.

Trace analyzer shows packets of work on the CPU and GPU. To start, explore the different sections of trace analyzer.

There’s the CPU Context Queue, Captured Metrics, GPU Adapter Queue, Threads and API Calls, and the CPU Submission queue.

Use the hotkeys W, A, S, D to zoom-in, move left, zoom-out, and move right along the data.

Looking at the GPU adapter queue and the CPU context queue, we can determine if an application is purely GPU or CPU bound.

If there is gapping in the GPU engine and your CPU is at max utilization, then you are most likely CPU bound. On the other hand, if GPU is at full utilization, with idling in the CPU, the GPU is your culprit.

If your application is purely CPU bound and a deeper dive is required, consider using Intel VTune Amplifier XE to help find the source of slowdowns in your code.

This video covers only a brief portion of Trace Analyzer.

Press F1 anywhere within Trace Analyzer to read more about the available features and the documentation.