PIX For Windows Introduced
Written by Alex Denham   
Tuesday, 24 January 2017

Microsoft has ported  the Xbox PIX performance tuning and debugging tool to Windows 10.

PIX has been available to game developers on the three generations of the Xbox console, and its appearance on Windows 10 is being seen as evidence that Microsoft wants Windows to be used more as a gaming platform. The news follows other gaming-relevant introductions such as DirectX 12, the Game Mode in Windows 10 Creators Update, and XBox Play Anywhere, which lets you buy a game on either the XBox or Windows and get the digital rights to play it on both platforms without paying more.

PIX is a utility that lets you analyze the way a game is working. You use it by taking a GPU capture. This gives a snapshot of data within your game. A PIX GPU capture records all the Direct3D 12 API calls made by the game, including their parameter data.  The calls can then be replayed for debugging and analysis.

You can also take timing captures, which contain information about when work was carried out by the CPU and GPU.  Timing captures are taken in realtime while the game is running.

 pix

PIX can also be used to take function summary captures that let you work out which functions are most expensive in terms of execution time. Callgraph Captures are another option that can be used to find the most expensive path through the graph for your specified function. The final capture type is a Memory captures which can be used to find leaks and unexpected allocation patterns in your title. 

The overall idea is that you can see how different componentsare affecting the overall performance and what you can do to optimize them.

There's a video introduction to PIX for Windows:

 

 

pix1

More Information

PIX Blog

PIX Download

Related Articles

Visual Studio Improves Gaming Tools For Unity

Amazon Adds Game Dev Options To AWS

Game Engines For Free

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Stack Overflow On Google Cloud
06/03/2024

Stack Overflow and Google Cloud have announced a partnership to deliver new gen AI-powered capabilities to developers through the Stack Overflow platform, Google Cloud Console, and Gemini for Google C [ ... ]



Android Studio Iguana With Crash Reports
05/03/2024

Google has announced that the latest version of Android Studio, Iguana, is now stable. It has version control system support in App Quality Insights and new built-in support for creating baseline prof [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 24 January 2017 )