simulavr  1.1.0
irqsystem.cpp File Reference
#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...
 

Function Documentation

◆ helpHexOut()

ostream& helpHexOut ( ostream &  os,
unsigned long long  x 
)

Definition at line 131 of file irqsystem.cpp.

Referenced by operator<<().

◆ operator<<() [1/3]

◆ operator<<() [2/3]

◆ operator<<() [3/3]

ostream& operator<< ( std::ostream &  os,
const IrqStatistic is 
)

Definition at line 172 of file irqsystem.cpp.

References IrqStatistic::core, IrqStatistic::entries, and AvrDevice::GetFname().

Variable Documentation

◆ enableIRQStatistic

bool enableIRQStatistic = false

global switch to enable irq statistic (default is disabled)

Definition at line 42 of file irqsystem.cpp.

Referenced by IrqStatistic::operator()().