Skip to content

Commit d051e47

Browse files
committed
visual fix v7
1 parent ece026b commit d051e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When we open the schedule monitor, we register the tracker as the head of the li
5757
#### * Visual explanation:
5858
[out in] [out in]
5959
|******| |**************| |*************|
60-
|-----------------------------------------------------------------------------------|
60+
|-------------------------------------------------------------------------------------|
6161
Treating a complete bracket as one node, we see that the wait time of the current node is previous entry's scheduled in time minus the previous entry's scheduled out time. The run time of the current node is current preempted time minus the previous entry's scheduled in time. We append the node to the list. Then in the *monitor_sched_in* function as the process gets scheduled back in, we record the cpu number that it runs on in and record the scheduled in time.
6262

6363
# # dmesg output

0 commit comments

Comments
 (0)