Skip to content

Commit 33fa740

Browse files
nits
1 parent 07ab8d3 commit 33fa740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/learning-paths/servers-and-cloud-computing/performix-mcp-agent/2-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ Note the absolute path to the binary on the remote server. You'll need this when
6161

6262
## What you've accomplished and what's next
6363

64-
You now have everything in place for profiling: a compiled, debug-enabled binary on an Arm Neoverse target that Performix can reach.
64+
You've now got everything in place for profiling: a compiled, debug-enabled binary on an Arm Neoverse target that Performix can reach.
6565

6666
Next, you'll create a GitHub Copilot prompt file to drive the Code Hotspots recipe through the Arm MCP Server.

content/learning-paths/servers-and-cloud-computing/performix-mcp-agent/3-run-hotspot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ codex /prompts:arm-hotspots-optimization
154154

155155
## What you've accomplished and what's next
156156

157-
You've used the Arm MCP `arm-hotspots-optimization` prompt file — invoked with `/arm-hotspots-optimization` — to drive the Arm Performix Code Hotspots recipe end-to-end through the Arm MCP Server.
157+
You've now used the Arm MCP `arm-hotspots-optimization` prompt file — invoked with `/arm-hotspots-optimization` — to drive the Arm Performix Code Hotspots recipe end-to-end through the Arm MCP Server.
158158

159159
The agent confirmed your target details, ran the recipe autonomously, and identified `getIterations` as the dominant hotspot. It found that ~33% of total CPU time is spent inside the sqrt-based escape condition check (`__complex_abs` and `hypotf64`), and noted significant `std::complex` operator overhead from the debug build. It proposed three targeted optimizations: eliminating the sqrt, replacing `std::complex` with raw double arithmetic, and enabling compiler optimizations.
160160

0 commit comments

Comments
 (0)