Skip to content

Commit

Permalink
Add multicore trace illustration to README
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Mar 8, 2024
1 parent 5e66181 commit 642153e
Show file tree
Hide file tree
Showing 4 changed files with 1,495 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ let main ~domain_mgr =
- : unit = ()
```

<p align='center'>
<img src="./doc/traces/multicore-posix.svg"/>
</p>

Notes:

- `traceln` can be used safely from multiple domains.
Expand Down
2 changes: 1 addition & 1 deletion doc/traces/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: both-posix.svg cancel-posix.svg switch-mock.svg net-posix.svg
all: both-posix.svg cancel-posix.svg switch-mock.svg net-posix.svg multicore-posix.svg

%.svg: %.fxt
eio-trace render "$<"
Binary file added doc/traces/multicore-posix.fxt
Binary file not shown.
Loading

0 comments on commit 642153e

Please sign in to comment.