OpenASIP
2.0
|
Struct for configuration costs with a specified application. More...
#include <DSDBManager.hh>
Public Attributes | |
RowID | configurationID |
std::string | application |
double | energyEstimate |
ClockCycleCount | cycleCount |
double | longestPathDelay |
double | area |
Struct for configuration costs with a specified application.
Definition at line 100 of file DSDBManager.hh.
std::string DSDBManager::ConfigurationCosts::application |
Definition at line 102 of file DSDBManager.hh.
Referenced by DSDBManager::applicationCostEstimatesByConf(), DSDBManager::idComparator::operator()(), DSDBManager::cycleComparator::operator()(), DSDBManager::energyComparator::operator()(), and DSDBManager::appComparator::operator()().
double DSDBManager::ConfigurationCosts::area |
Definition at line 106 of file DSDBManager.hh.
Referenced by DSDBManager::applicationCostEstimatesByConf().
RowID DSDBManager::ConfigurationCosts::configurationID |
Definition at line 101 of file DSDBManager.hh.
Referenced by DSDBManager::applicationCostEstimatesByConf(), DSDBManager::idComparator::operator()(), DSDBManager::cycleComparator::operator()(), DSDBManager::energyComparator::operator()(), and DSDBManager::appComparator::operator()().
ClockCycleCount DSDBManager::ConfigurationCosts::cycleCount |
Definition at line 104 of file DSDBManager.hh.
Referenced by DSDBManager::applicationCostEstimatesByConf(), and DSDBManager::cycleComparator::operator()().
double DSDBManager::ConfigurationCosts::energyEstimate |
Definition at line 103 of file DSDBManager.hh.
Referenced by DSDBManager::applicationCostEstimatesByConf(), and DSDBManager::energyComparator::operator()().
double DSDBManager::ConfigurationCosts::longestPathDelay |
Definition at line 105 of file DSDBManager.hh.
Referenced by DSDBManager::applicationCostEstimatesByConf().