... | ... | @@ -28,7 +28,7 @@ In the project repo, **a config.txt file must be added in the root directory (R1 |
|
|
* _build_ (**R1e**)(Needed for Full,Hotspots,Acceleration Analysis) includes the compiling and building commands. For C/C++ the building commands (either gcc commands or make) have to use gcc compiler with the **-g** debugging flag. All the paths to directories needed have also to be included using the **-I** flag.
|
|
|
* Finally, _language_ (**R1f**)(Needed for all Analysis types) is “Java” or “C/C++” for specifying the project’s programming language.
|
|
|
|
|
|
**Static Energy Consumption Estimation**
|
|
|
**Energy Consumption Estimation (Static analysis)**
|
|
|
|
|
|
**R1(a,c,d and f)** must be satisfied.
|
|
|
The **source files** needed to be analysed must be specified in the config.txt (R1c) file. Also **all the include libraries** (R1d) needed for each source file to be compiled as standalone file needed to be added in the config.txt file in the way mentioned above.
|
... | ... | |