Skip to content

Commit 5e3f725

Browse files
nits
1 parent b7b74aa commit 5e3f725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex

content/learning-paths/servers-and-cloud-computing/performix-agentic-dynamic-insights-codex/open-in-performix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ A chat response helps you triage a performance problem, but the underlying profi
1818
- **Disassembly** to inspect generated instructions and confirm claims about the compiled code.
1919
- **Compare** to evaluate equivalent before-and-after runs.
2020

21-
Use the AI Insight to focus your investigation, not replace it. For example, if the insight says a loop appears scalar, inspect its disassembly and compiler flags before changing the implementation. If Code Hotspots only shows that the loop is hot, run Instruction Mix or another appropriate recipe before concluding that scalar execution is the cause.
21+
Use the AI insight to focus your investigation, not replace it. For example, if the insight says a loop appears scalar, inspect its disassembly and compiler flags before changing the implementation. If Code Hotspots only shows that the loop is hot, run Instruction Mix or another appropriate recipe before concluding that scalar execution is the cause.
2222

2323
For a before-and-after comparison, keep the workload, target, input, thread count, CPU affinity, and collection settings consistent. A lower sample percentage doesn't prove that a function became faster if total runtime or the surrounding workload changed.
2424

2525
## What you've accomplished
2626

27-
You've now configured the Performix MCP server, selected or created a Code Hotspots run, generated an AI Insight, and checked its recommendation against the profile.
27+
You've now configured the Arm Performix MCP server, selected or created a Code Hotspots run, generated an AI Insight, and checked its recommendation against the profile.
2828

2929
You can continue with the [Arm Performix getting-started video](https://youtu.be/_eX8ZpNT0kc) to explore the graphical workflow.

0 commit comments

Comments
 (0)