Skip to content

Commit 883f3a7

Browse files
nits
1 parent 0062cae commit 883f3a7

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

content/learning-paths/mobile-graphics-and-gaming/ams/ams.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ On Linux, edit your `PATH` environment variable to add the paths to the Performa
4646
PATH=$PATH:/<installation_directory>/mali_offline_compiler
4747
```
4848

49-
## Launch the tools
50-
51-
To open the tools, launch the Performance Studio Hub:
52-
53-
- On Windows, search for Performance Studio.
54-
- On macOS and Linux, open the Performance Studio application file from the install directory.
55-
56-
![Screenshot of the Arm Performance Studio Hub showing launch cards for Frame Advisor, RenderDoc for Arm GPUs, Streamline, Mali Offline Compiler, and Streamline CLI#center](images/ps_hub.png)
57-
5849
## What you've accomplished and what's next
5950

6051
You've set up Arm Performance Studio and updated your `PATH` so you can use the profiling tools from a terminal.

content/learning-paths/mobile-graphics-and-gaming/ams/malioc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ The `--help` option returns usage instructions and the full list of available op
2626
On macOS, Mali Offline Compiler might not be recognized as an application from an identified developer. To enable Mali Offline Compiler, open **System Preferences > Security & Privacy**, and select **Allow Anyway** for the `malioc` item.
2727
{{% /notice %}}
2828

29-
To see the full list of [supported GPUs](https://developer.arm.com/documentation/101863/latest/Platform-support/GPU-support) use:
29+
To see the full list of [supported GPUs](https://developer.arm.com/documentation/101863/latest/Platform-support/GPU-support), use:
3030

3131
```console
3232
malioc --list
3333
```
3434

35-
To get information on [API support](https://developer.arm.com/documentation/101863/latest/Platform-support/API-support) for a given GPU, use:
35+
For more information about [API support](https://developer.arm.com/documentation/101863/latest/Platform-support/API-support) for a given GPU, use:
3636

3737
```console
3838
malioc --info --core <GPU_name>

content/learning-paths/mobile-graphics-and-gaming/ams/setup_tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layout: "learningpathall"
1313

1414
Complete the following prerequisites:
1515

16-
1. Install [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb). `adb` is available with the Android SDK platform tools, which are installed as part of Android Studio. Alternatively, you can download them separately as part of the Android SDK platform tools.
16+
1. Install [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb). `adb` is available with the Android SDK platform tools, which are installed as part of Android Studio.
1717
2. Performance Advisor uses a Python script to connect to your device. To run this script, you'll need [Python](https://www.python.org/downloads/) 3.8 or later installed.
1818

1919
## Build your application

0 commit comments

Comments
 (0)