Updated Developer Performance Tracing (markdown)

This commit is contained in:
rusefillc 2024-12-25 21:38:15 -05:00
parent f81615ddba
commit f10645a686
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ Down the left side are a list of processes, which in rusEFI's case, means interr
Now, to the actual content of the trace:
https://gist.github.com/rusefillc/9b30683a3270681e1724ac2f45bb327a
< image 2 here>
This is an example of interrupt #50, which is timer 5, which is used for rusEFI's execution queue. All events scheduled in the future are dequeued by this timer, and reset in oneshot mode for the next event in the queue.