OpenASIP
2.0
|
#include <iostream>
#include "CmdLineOptions.hh"
#include "EstimatorCmdLineOptions.hh"
#include "tce_config.h"
Go to the source code of this file.
Variables | |
const std::string | SWL_TPEF = "program" |
Long switch string for setting the TPEF (program). More... | |
const std::string | SWS_TPEF = "p" |
Short switch string for setting the TPEF (program). More... | |
const std::string | SWL_TRACE = "trace" |
Long switch string for setting the TraceDB. More... | |
const std::string | SWS_TRACE = "t" |
Short switch string for setting the TraceDB. More... | |
const std::string | SWL_TOTALAREA = "total-area" |
Long switch string for setting the total area estimation. More... | |
const std::string | SWS_TOTALAREA = "a" |
Short switch string for setting the total area estimation. More... | |
const std::string | SWL_LONGESTPATH = "longest-path" |
Long switch string for setting the longest path estimation. More... | |
const std::string | SWS_LONGESTPATH = "l" |
Short switch string for setting the longest path estimation. More... | |
const std::string | SWL_TOTALENERGY = "total-energy" |
Long switch string for setting the total energy consumed estimation. More... | |
const std::string | SWS_TOTALENERGY = "e" |
Short switch string for setting the total energy consumed estimation. More... | |
Declaration of EstimatorCmdLineOptions.
Definition in file EstimatorCmdLineOptions.cc.
const std::string SWL_LONGESTPATH = "longest-path" |
Long switch string for setting the longest path estimation.
Definition at line 54 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions(), EstimatorCmdLineOptions::longestPath(), and EstimatorCmdLineOptions::runOnlyEstimations().
const std::string SWL_TOTALAREA = "total-area" |
Long switch string for setting the total area estimation.
Definition at line 50 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions(), EstimatorCmdLineOptions::runOnlyEstimations(), and EstimatorCmdLineOptions::totalArea().
const std::string SWL_TOTALENERGY = "total-energy" |
Long switch string for setting the total energy consumed estimation.
Definition at line 58 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions(), and EstimatorCmdLineOptions::totalEnergy().
const std::string SWL_TPEF = "program" |
Long switch string for setting the TPEF (program).
Definition at line 41 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions(), and EstimatorCmdLineOptions::TPEF().
const std::string SWL_TRACE = "trace" |
Long switch string for setting the TraceDB.
Definition at line 45 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions(), and EstimatorCmdLineOptions::traceDB().
const std::string SWS_LONGESTPATH = "l" |
Short switch string for setting the longest path estimation.
Definition at line 56 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions().
const std::string SWS_TOTALAREA = "a" |
Short switch string for setting the total area estimation.
Definition at line 52 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions().
const std::string SWS_TOTALENERGY = "e" |
Short switch string for setting the total energy consumed estimation.
Definition at line 60 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions().
const std::string SWS_TPEF = "p" |
Short switch string for setting the TPEF (program).
Definition at line 43 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions().
const std::string SWS_TRACE = "t" |
Short switch string for setting the TraceDB.
Definition at line 47 of file EstimatorCmdLineOptions.cc.
Referenced by EstimatorCmdLineOptions::EstimatorCmdLineOptions().