Skip to content

Commit 82dcca7

Browse files
committed
Add multicore trace illustration to README
1 parent ed9c4a5 commit 82dcca7

File tree

4 files changed

+1495
-1
lines changed

4 files changed

+1495
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,10 @@ let main ~domain_mgr =
977977
- : unit = ()
978978
```
979979

980+
<p align='center'>
981+
<img src="./doc/traces/multicore-posix.svg"/>
982+
</p>
983+
980984
Notes:
981985

982986
- `traceln` can be used safely from multiple domains.

doc/traces/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: both-posix.svg cancel-posix.svg switch-mock.svg net-posix.svg
1+
all: both-posix.svg cancel-posix.svg switch-mock.svg net-posix.svg multicore-posix.svg
22

33
%.svg: %.fxt
44
eio-trace render "$<"

doc/traces/multicore-posix.fxt

7.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)