Adding performance​ instrumentation for PIX APIs

Опубликовано: 29 Октябрь 2024
на канале: Microsoft Game Dev
471
17

This is the second in a series of videos that introduce you to PIX, the game-focused profiling tool from Microsoft for Windows games. PIX is the profiler that’s used by game studios to optimize the PC build of their 64-bit, C++, and DirectX 12 games. It’s used to solve performance issues common in games, including those related to GPU, CPU, memory, or file IO. In this video, we go through the steps that are required to add performance instrumentation to your game by calling the PIX APIs.