Skip to content

Commit 7b84efe

Browse files
nit
1 parent 33fa740 commit 7b84efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/performix-mcp-agent

content/learning-paths/servers-and-cloud-computing/performix-mcp-agent/4-optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In the previous section, the agent identified three optimization opportunities:
1818
Rather than making these changes manually, you can ask the agent to apply each one for you. Because the Arm MCP Server connects to your remote target over SSH, the agent can edit the source files directly on the server, rebuild, and re-profile — all in a single turn. You'll validate each change by asking the agent to compare the new profiling results against the previous run before moving on.
1919

2020
{{% notice Note %}}
21-
The agent will typically surface these optimizations itself based on the profiling results, without you needing to prompt it explicitly. The following prompts are for explicit reference — you can use them if the agent hasn't already proposed the change, or to direct it to a specific optimization.
21+
The agent will typically surface these optimizations itself based on the profiling results, without you needing to prompt it explicitly. The following prompts are for explicit reference. You can use them if the agent hasn't already proposed the change, or to direct it to a specific optimization.
2222
{{% /notice %}}
2323

2424
### Eliminate the sqrt in the escape check

0 commit comments

Comments
 (0)