From 4ee80de918c77885c04479261574cd95994db525 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 30 Jul 2025 00:06:25 +0200 Subject: [PATCH] Remove deprecated Intel GPA from General optimization tips Intel's Graphics Performance Analyzer has been deprecated and no longer receives support. Microsoft's PIX can generally supersede it nowadays, although it's exclusive to Direct3D 12. This also adds links to more tools like Xcode and Special K (the latter of which works with Direct3D 12 at least in Godot). --- tutorials/performance/general_optimization.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tutorials/performance/general_optimization.rst b/tutorials/performance/general_optimization.rst index dc159f2ee..e48c338bf 100644 --- a/tutorials/performance/general_optimization.rst +++ b/tutorials/performance/general_optimization.rst @@ -60,11 +60,13 @@ There are several methods of measuring performance, including: - Using external GPU profilers/debuggers such as `NVIDIA Nsight Graphics `__, `Radeon GPU Profiler `__, - `Intel Graphics Performance Analyzers `__, or + `PIX `__ (Direct3D 12 only), + `Xcode `__ (Metal only), or `Arm Performance Studio `__. - Checking the frame rate (with V-Sync disabled). Third-party utilities such as - `RivaTuner Statistics Server `__ - (Windows) or `MangoHud `__ + `RivaTuner Statistics Server `__ (Windows), + `Special K `__ (Windows), + or `MangoHud `__ (Linux) can also be useful here. - Using an unofficial `debug menu add-on `__.