tac0S
Template Affectional Command Operating System
|
The following class defines the statistics that are to be kept about Nachos behavior – how much time (ticks) elapsed, how many user instructions executed, etc. More...
#include <stats.h>
Public Member Functions | |
Statistics () | |
Statistics::Statistics Initialize performance metrics to zero, at system startup. | |
void | Print () |
Statistics::Print Print performance metrics, when we've finished everything at system shutdown. | |
The following class defines the statistics that are to be kept about Nachos behavior – how much time (ticks) elapsed, how many user instructions executed, etc.
The fields in this class are public to make it easier to update.