From f195efe208fa9ea7e164a1a75c7a1707f83aec2a Mon Sep 17 00:00:00 2001 From: Jade <165659893+dazedjade@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:16:21 +0100 Subject: [PATCH] Add Arm Performance Tools to suggested performance tools list. --- tutorials/performance/general_optimization.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorials/performance/general_optimization.rst b/tutorials/performance/general_optimization.rst index 0506931fd..e8d25bffc 100644 --- a/tutorials/performance/general_optimization.rst +++ b/tutorials/performance/general_optimization.rst @@ -59,8 +59,9 @@ There are several methods of measuring performance, including: - Using :ref:`external CPU profilers `. - Using external GPU profilers/debuggers such as `NVIDIA Nsight Graphics `__, - `Radeon GPU Profiler `__ or - `Intel Graphics Performance Analyzers `__. + `Radeon GPU Profiler `__, + `Intel Graphics Performance Analyzers `__, or + `Arm Performance Studio `__. - Checking the frame rate (with V-Sync disabled). Third-party utilities such as `RivaTuner Statistics Server `__ (Windows) or `MangoHud `__