Hi I want to improve my scheduler its currently a round robin scheduler but what i want to do is find out the time it would take to execute a process but i have no idea how to get the time to execute
https://github.com/Eucalyptus-OS/Eucalypt-Kernel
schedulers
-
GhostedGaming
- Member

- Posts: 35
- Joined: Wed Jul 02, 2025 11:46 pm
- Libera.chat IRC: GhostedGaming
-
Octocontrabass
- Member

- Posts: 6245
- Joined: Mon Mar 25, 2013 7:01 pm
Re: schedulers
It sounds like you're asking for something impossible.GhostedGaming wrote: ↑Sat Jan 31, 2026 11:07 pmwhat i want to do is find out the time it would take to execute a process
If you haven't already seen it, there's a page on the wiki that might help.
-
GhostedGaming
- Member

- Posts: 35
- Joined: Wed Jul 02, 2025 11:46 pm
- Libera.chat IRC: GhostedGaming
Re: schedulers
thank you I didnt know that it would be impossible to do something like this so i guess ill figure another way