|
OpenASIP 2.2
|
#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). | |
| const std::string | SWS_TPEF = "p" |
| Short switch string for setting the TPEF (program). | |
| const std::string | SWL_TRACE = "trace" |
| Long switch string for setting the TraceDB. | |
| const std::string | SWS_TRACE = "t" |
| Short switch string for setting the TraceDB. | |
| const std::string | SWL_TOTALAREA = "total-area" |
| Long switch string for setting the total area estimation. | |
| const std::string | SWS_TOTALAREA = "a" |
| Short switch string for setting the total area estimation. | |
| const std::string | SWL_LONGESTPATH = "longest-path" |
| Long switch string for setting the longest path estimation. | |
| const std::string | SWS_LONGESTPATH = "l" |
| Short switch string for setting the longest path estimation. | |
| const std::string | SWL_TOTALENERGY = "total-energy" |
| Long switch string for setting the total energy consumed estimation. | |
| const std::string | SWS_TOTALENERGY = "e" |
| Short switch string for setting the total energy consumed estimation. | |
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().