Skip to content

Commit ee1a780

Browse files
lgirdwoodCopilot
andauthored
Update src/debug/telemetry/readme.md
Typo: “I/O Throughout Tracking” should be “I/O Throughput Tracking”. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent e5d7d5c commit ee1a780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/debug/telemetry/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Latency and real-time execution bounds are critical in DSP firmware. The telemet
99
Capabilities include:
1010

1111
1. **Component Performance Tracking**: For every instantiated component in the graph, it measures the pure execution time bounds (min/max/average) of that component's `comp_copy()` routines.
12-
2. **I/O Throughout Tracking**: Measures hardware bus speeds or message handling by counting bytes, state changes, or tokens across distinct interfaces: IPC, DMIC, I2S, HD/A, I2C, SPI, etc.
12+
2. **I/O Throughput Tracking**: Measures hardware bus speeds or message handling by counting bytes, state changes, or tokens across distinct interfaces: IPC, DMIC, I2S, HD/A, I2C, SPI, etc.
1313
3. **Zephyr Systick Measurement**: Specifically tracks the overall scheduler overhead bounding RTOS ticks.
1414

1515
Measurements are batched into a ringbuffer locally, then synced across mapped ADSP memory windows into user space, limiting the impact on the active instruction cache.

0 commit comments

Comments
 (0)