Skip to content

Commit cc15bf6

Browse files
committed
Add CPU orchestration timeline screenshot
1 parent 935296d commit cc15bf6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

content/learning-paths/cross-platform/ai-agent-cpu-orchestration/5-run-and-examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Total: 9.803s
9494

9595
Reading left to right, you can see the pattern of an agentic query: long stretches of CPU work (<code style="color:#00aa00"><strong>C</strong></code>) for searching, browsing, and processing, punctuated by GPU bursts where the model reads a prompt (<code style="color:#aa00aa"><strong>P</strong></code>) and generates text (<code style="color:#cc0000"><strong>G</strong></code>).
9696

97-
<!-- TODO: replace with a real screenshot of the colored timeline output -->
98-
![Color-coded timeline showing long CPU stretches between short GPU bursts alt-text#center](agent_timeline.png "The timeline shows the CPU active for most of the query, with the GPU running in short bursts.")
97+
![Terminal output showing CPU timing totals and a colored character timeline. The legend maps green C to CPU orchestration, purple P to GPU input token processing, and red G to GPU token generation.#center](agent_timeline.png "Processing timeline showing CPU and GPU activity for an agent query.")
9998

10099
## Try more queries
101100

65.3 KB
Loading

0 commit comments

Comments
 (0)