33#ifndef TTA_SIMULATION_STATISTICS_HH
34#define TTA_SIMULATION_STATISTICS_HH
virtual ~SimulationStatistics()
std::vector< SimulationStatisticsCalculator * > statisticsTypes_
All registered statistics types are stored in this container.
const TTAProgram::Program & program_
The program used in calculating the statistics.
const InstructionMemory & executionCounts_
The execution counts of instructions and moves in the program.
void addStatistics(SimulationStatisticsCalculator &statisticsType)