Skip to content

Commit bfeb5ee

Browse files
authored
Merge pull request #9890 from dazedjade/patch-1
Add Arm Performance Tools to suggested performance tools list.
2 parents 2d792b4 + f195efe commit bfeb5ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/performance/general_optimization.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ There are several methods of measuring performance, including:
5959
- Using :ref:`external CPU profilers <doc_using_cpp_profilers>`.
6060
- Using external GPU profilers/debuggers such as
6161
`NVIDIA Nsight Graphics <https://developer.nvidia.com/nsight-graphics>`__,
62-
`Radeon GPU Profiler <https://gpuopen.com/rgp/>`__ or
63-
`Intel Graphics Performance Analyzers <https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/overview.html>`__.
62+
`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
64+
`Arm Performance Studio <https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Studio>`__.
6465
- Checking the frame rate (with V-Sync disabled). Third-party utilities such as
6566
`RivaTuner Statistics Server <https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html>`__
6667
(Windows) or `MangoHud <https://github.com/flightlessmango/MangoHud>`__

0 commit comments

Comments
 (0)