Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Learning Path uses Arm Performix CPU Mircoarchitecture and Instruction Mix

## Before you begin

Use the Performix [installation guide](/install-guides/atp/) to install the tool if this is your first run. From the host machine, open the **Targets** tab, set up an SSH connection to the target that runs the workload, and test the connection. In this Learning Path's examples, I'll connect to an Arm Neoverse V1 workstation.
Use the Arm Performix [installation guide](/install-guides/atp/) to install the tool if this is your first run. From the host machine, open the **Targets** tab, set up an SSH connection to the target that runs the workload, and test the connection. In this Learning Path's examples, I'll connect to an Arm Neoverse V1 workstation.

Install required OS packages on the target. For Debian-based distributions, run:
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Select **Run Recipe** to launch the workload and collect performance data.

## View Run Results

Performix generates a high-level instruction pipeline view, highlighting where most time is spent.
Arm Performix generates a high-level instruction pipeline view, highlighting where most time is spent.

![cpu-uarch-results.jpg](cpu-uarch-results.jpg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Use the **Compare** feature at the top right of an entry in the **Runs** view to

This selection box lets you choose any run of the same recipe type. The ⇄ arrows swap which run is treated as the baseline and which is current.

After you select two runs, Performix overlays them so you can review category changes in one view. In the new run, note that
After you select two runs, Arm Performix overlays them so you can review category changes in one view.

![instruction-mix-diff-results.jpg](instruction-mix-diff-results.jpg)
Compared to the baseline, floating-point operations, branch operations, and some integer operations have been traded for loads, stores, and SIMD operations.
Expand Down
Loading