Performance Module
Role in the System
NACHOS needs a means by which to keep track of statistical information on how the operating system is performing. Such information includes:
- number of characters written to the screen
- which thread number is currently running
- how much time has advanced in the system
- etc.....
These issues are implemented below, which forms the "third level" decomposition of this module: