We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3837ea + 93c2ddd commit 119d71fCopy full SHA for 119d71f
README.md
@@ -179,6 +179,11 @@ There are several ways to fix this:
179
They will either appear attached to whatever fiber happens to be running, or shown as domain-level events.
180
- The rendering is not optimised yet and may become quite slow on larger traces.
181
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
187
[Eio]: https://github.com/ocaml-multicore/eio
188
[Perfetto]: https://ui.perfetto.dev/
-
189
+[perf-blog]: https://roscidus.com/blog/blog/2024/07/22/performance/
0 commit comments