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 `__.