Thread cpu_time #8
Labels
No Label
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: noxos/kernel#8
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently a threads
cpu_time
value contains the number of context switches the thread had. This is not very useful and probably a bit confusing.Change this variable to a double and give it the amount of time the thread had.
This needs a more implementation for the PIT.
In cosmos this was already implemented, so a look at the repo could help.