|
simulavr
1.1.0
|
#include <irqsystem.h>
Public Member Functions | |
| void | CalculateStatistic () |
| void | CheckComplete () |
| IrqStatisticPerVector () | |
Public Attributes | |
| IrqStatisticEntry | actual |
| IrqStatisticEntry | next |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const IrqStatisticPerVector &ispv) |
Definition at line 68 of file irqsystem.h.
| IrqStatisticPerVector::IrqStatisticPerVector | ( | ) |
Definition at line 55 of file irqsystem.cpp.
References IrqStatisticEntry::setClear, IrqStatisticEntry::setFinished, IrqStatisticEntry::setStarted, and IrqStatisticEntry::startedFinished.
| void IrqStatisticPerVector::CalculateStatistic | ( | ) |
Definition at line 82 of file irqsystem.cpp.
| void IrqStatisticPerVector::CheckComplete | ( | ) |
Definition at line 118 of file irqsystem.cpp.
|
friend |
Definition at line 157 of file irqsystem.cpp.
| IrqStatisticEntry IrqStatisticPerVector::actual |
Definition at line 87 of file irqsystem.h.
|
protected |
Definition at line 71 of file irqsystem.h.
Referenced by operator<<().
|
protected |
Definition at line 77 of file irqsystem.h.
Referenced by operator<<().
|
protected |
Definition at line 74 of file irqsystem.h.
Referenced by operator<<().
|
protected |
Definition at line 80 of file irqsystem.h.
Referenced by operator<<().
| IrqStatisticEntry IrqStatisticPerVector::next |
Definition at line 88 of file irqsystem.h.
|
protected |
Definition at line 72 of file irqsystem.h.
Referenced by operator<<().
|
protected |
Definition at line 78 of file irqsystem.h.
Referenced by operator<<().
|
protected |
Definition at line 75 of file irqsystem.h.
Referenced by operator<<().
|
protected |
Definition at line 81 of file irqsystem.h.
Referenced by operator<<().