... | ... | @@ -38,7 +38,8 @@ The **source files** needed to be analysed must be specified in the config.txt ( |
|
|
**Energy Indicators monitoring and Hotspots Identification (Hotspots)**
|
|
|
|
|
|
**R1(a,b,c,e and f)** must be satisfied.
|
|
|
The application **must be able to be built and executed on a linux machine automatically (R2a)** and care must be taken that **the application under analysis is terminated and not run indefinitely (R2b)**. The commands for its proper execution (R1b) must be included in the config.txt (R1) file as mentioned above. Commands that build the entire project should also be included (R1e) while **-g** debugging flags have to be used in the *gcc* compilation in all *makefiles*.
|
|
|
The application under analysis has to be written by the developer in a way that ensures the ability to be **built and executed on a linux machine automatically (R2a)** (with the specified makefiles and commands) and **the execution has an end point, which means that the application cannot run indefinitely (R2b)**.
|
|
|
The commands for its proper execution (R1b) must be included in the config.txt (R1) file as mentioned above. Commands that build the entire project should also be included (R1e) while **-g** debugging flags have to be used in the *gcc* compilation in all *makefiles*.
|
|
|
|
|
|
**Acceleration Optimization Suggestion (Acceleration)**
|
|
|
|
... | ... | |