... | ... | @@ -38,7 +38,7 @@ 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 (R2)**, while 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 **must be able to be built and executed on a linux machine automatically (R2a)**, 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*.
|
|
|
|
|
|
**Acceleration Optimization Suggestion (Acceleration)**
|
|
|
|
... | ... | |