Skip to content

Commit 119d71f

Browse files
authored
Merge pull request #40 from talex5/perf-blog
Link to performance problems blog post
2 parents d3837ea + 93c2ddd commit 119d71f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ There are several ways to fix this:
179179
They will either appear attached to whatever fiber happens to be running, or shown as domain-level events.
180180
- The rendering is not optimised yet and may become quite slow on larger traces.
181181

182+
## Real-world example
183+
184+
The [OCaml 5 Performance Problems][perf-blog] blog post shows many ways of examining the behaviour of an Eio program
185+
using eio-trace and other tools.
186+
182187
[Eio]: https://github.com/ocaml-multicore/eio
183188
[Perfetto]: https://ui.perfetto.dev/
184-
189+
[perf-blog]: https://roscidus.com/blog/blog/2024/07/22/performance/

0 commit comments

Comments
 (0)