Skip to content

Commit e70b645

Browse files
authored
Merge pull request #11153 from Calinou/general-optimization-remove-deprecated-tools
Remove deprecated Intel GPA from General optimization tips
2 parents 8764297 + 4ee80de commit e70b645

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tutorials/performance/general_optimization.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ There are several methods of measuring performance, including:
6060
- Using external GPU profilers/debuggers such as
6161
`NVIDIA Nsight Graphics <https://developer.nvidia.com/nsight-graphics>`__,
6262
`Radeon GPU Profiler <https://gpuopen.com/rgp/>`__,
63-
`Intel Graphics Performance Analyzers <https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/overview.html>`__, or
63+
`PIX <https://devblogs.microsoft.com/pix/download/>`__ (Direct3D 12 only),
64+
`Xcode <https://developer.apple.com/documentation/xcode/optimizing-gpu-performance>`__ (Metal only), or
6465
`Arm Performance Studio <https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Studio>`__.
6566
- Checking the frame rate (with V-Sync disabled). Third-party utilities such as
66-
`RivaTuner Statistics Server <https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html>`__
67-
(Windows) or `MangoHud <https://github.com/flightlessmango/MangoHud>`__
67+
`RivaTuner Statistics Server <https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html>`__ (Windows),
68+
`Special K <https://www.special-k.info/>`__ (Windows),
69+
or `MangoHud <https://github.com/flightlessmango/MangoHud>`__
6870
(Linux) can also be useful here.
6971
- Using an unofficial `debug menu add-on <https://github.com/godot-extended-libraries/godot-debug-menu>`__.
7072

0 commit comments

Comments
 (0)