#include <stats.h>
Public Member Functions | |
| Statistics () | |
| void | Print () |
Public Attributes | |
| int | totalTicks |
| int | idleTicks |
| int | systemTicks |
| int | userTicks |
| int | numDiskReads |
| int | numDiskWrites |
| int | numConsoleCharsRead |
| int | numConsoleCharsWritten |
| int | numPageFaults |
| int | numPacketsSent |
| int | numPacketsRecvd |
|
|
Definition at line 20 of file stats.cc. References idleTicks, numConsoleCharsRead, numConsoleCharsWritten, numDiskReads, numDiskWrites, numPacketsRecvd, numPacketsSent, numPageFaults, systemTicks, totalTicks, and userTicks.
|
|
|
Definition at line 35 of file stats.cc. References numConsoleCharsRead, numConsoleCharsWritten, numDiskReads, numDiskWrites, numPacketsRecvd, numPacketsSent, numPageFaults, secCount, systemTicks, timerCount, and userTicks. Referenced by Interrupt::Halt().
|
|
|
Definition at line 25 of file stats.h. Referenced by Statistics(). |
|
|
Definition at line 33 of file stats.h. Referenced by Console::CheckCharAvail(), Print(), and Statistics(). |
|
|
Definition at line 34 of file stats.h. Referenced by Print(), Statistics(), and Console::WriteDone(). |
|
|
Definition at line 31 of file stats.h. Referenced by Print(), Disk::ReadRequest(), and Statistics(). |
|
|
Definition at line 32 of file stats.h. Referenced by Print(), Statistics(), and Disk::WriteRequest(). |
|
|
Definition at line 37 of file stats.h. Referenced by Network::CheckPktAvail(), Print(), and Statistics(). |
|
|
Definition at line 36 of file stats.h. Referenced by Print(), Network::SendDone(), and Statistics(). |
|
|
Definition at line 35 of file stats.h. Referenced by Print(), and Statistics(). |
|
|
Definition at line 26 of file stats.h. Referenced by Interrupt::OneTick(), Print(), and Statistics(). |
|
|
Definition at line 24 of file stats.h. Referenced by Disk::ComputeLatency(), Machine::Debugger(), Interrupt::DumpState(), Interrupt::OneTick(), Machine::Run(), Interrupt::Schedule(), and Statistics(). |
|
|
Definition at line 27 of file stats.h. Referenced by Interrupt::OneTick(), Print(), and Statistics(). |
1.3.8