mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5c000ea5a2
CPU scheduling works. PR: 64635 Submitted by: Olivier Tharan Approved by: pav (mentor).
15 lines
537 B
Plaintext
15 lines
537 B
Plaintext
This is a port of hourglass, a synthetic real-time application that
|
|
can be used to learn how CPU scheduling in a general-purpose operating
|
|
system works at microsecond and millisecond granularities.
|
|
|
|
- It creates very detailed map of when each Hourglass thread has
|
|
access to the CPU
|
|
|
|
- It supports multiple thread execution models; e.g. periodic and
|
|
CPU-bound
|
|
|
|
- It acts as an abstraction layer for threading, timing, and CPU
|
|
scheduling functionality on Unix- and Win32-based systems
|
|
|
|
WWW: http://www.cs.utah.edu/~regehr/hourglass/
|