OpenASIP  2.0
Variables
EstimatorCmdLineOptions.cc File Reference
#include <iostream>
#include "CmdLineOptions.hh"
#include "EstimatorCmdLineOptions.hh"
#include "tce_config.h"
Include dependency graph for EstimatorCmdLineOptions.cc:

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...
 

Detailed Description

Declaration of EstimatorCmdLineOptions.

Author
Pekka J��skel�inen 2005 (pjaaskel-no.spam-cs.tut.fi)
Note
rating: red

Definition in file EstimatorCmdLineOptions.cc.

Variable Documentation

◆ SWL_LONGESTPATH

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().

◆ SWL_TOTALAREA

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().

◆ SWL_TOTALENERGY

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().

◆ SWL_TPEF

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().

◆ SWL_TRACE

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().

◆ SWS_LONGESTPATH

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().

◆ SWS_TOTALAREA

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().

◆ SWS_TOTALENERGY

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().

◆ SWS_TPEF

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().

◆ SWS_TRACE

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().