simulavr
1.1.0
|
#include "irqsystem.h"
#include "avrdevice.h"
#include "funktor.h"
#include "systemclock.h"
#include "helper.h"
#include "avrerror.h"
#include "application.h"
#include <iostream>
#include <assert.h>
#include <typeinfo>
Go to the source code of this file.
Functions | |
ostream & | helpHexOut (ostream &os, unsigned long long x) |
ostream & | operator<< (ostream &os, const IrqStatisticEntry &ise) |
ostream & | operator<< (ostream &os, const IrqStatisticPerVector &ispv) |
ostream & | operator<< (ostream &os, const IrqStatistic &is) |
Variables | |
bool | enableIRQStatistic = false |
global switch to enable irq statistic (default is disabled) More... | |
ostream& helpHexOut | ( | ostream & | os, |
unsigned long long | x | ||
) |
Definition at line 131 of file irqsystem.cpp.
Referenced by operator<<().
ostream& operator<< | ( | ostream & | os, |
const IrqStatisticEntry & | ise | ||
) |
Definition at line 143 of file irqsystem.cpp.
References IrqStatisticEntry::flagCleared, IrqStatisticEntry::flagSet, IrqStatisticEntry::handlerFinished, IrqStatisticEntry::handlerStarted, helpHexOut(), IrqStatisticEntry::setClear, IrqStatisticEntry::setFinished, IrqStatisticEntry::setStarted, and IrqStatisticEntry::startedFinished.
Referenced by IrqStatistic::~IrqStatistic().
ostream& operator<< | ( | std::ostream & | os, |
const IrqStatisticPerVector & | ispv | ||
) |
Definition at line 157 of file irqsystem.cpp.
References IrqStatisticPerVector::long_SetClear, IrqStatisticPerVector::long_SetFinished, IrqStatisticPerVector::long_SetStarted, IrqStatisticPerVector::long_StartedFinished, IrqStatisticPerVector::short_SetClear, IrqStatisticPerVector::short_SetFinished, IrqStatisticPerVector::short_SetStarted, and IrqStatisticPerVector::short_StartedFinished.
ostream& operator<< | ( | std::ostream & | os, |
const IrqStatistic & | is | ||
) |
Definition at line 172 of file irqsystem.cpp.
References IrqStatistic::core, IrqStatistic::entries, and AvrDevice::GetFname().
bool enableIRQStatistic = false |
global switch to enable irq statistic (default is disabled)
Definition at line 42 of file irqsystem.cpp.
Referenced by IrqStatistic::operator()().