From f10645a68675cd3495ec027de33116fe14c0b304 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:38:15 -0500 Subject: [PATCH] Updated Developer Performance Tracing (markdown) --- Developer-Performance-Tracing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developer-Performance-Tracing.md b/Developer-Performance-Tracing.md index a4bb04e4..9fad331a 100644 --- a/Developer-Performance-Tracing.md +++ b/Developer-Performance-Tracing.md @@ -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.