... | @@ -32,7 +32,7 @@ In the project repo, **a config.txt file must be added in the root directory** w |
... | @@ -32,7 +32,7 @@ In the project repo, **a config.txt file must be added in the root directory** w |
|
|
|
|
|
The **source files** needed to be analysed must be specified in the config.txt file. Also **all the include libraries** 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.
|
|
The **source files** needed to be analysed must be specified in the config.txt file. Also **all the include libraries** 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.
|
|
|
|
|
|
**Hotspots Identification and Energy Indicators monitoring**
|
|
**Energy Indicators monitoring and Hotspots Identification**
|
|
|
|
|
|
The application **must be able to be built and executed on a linux machine automatically**, while the commands for its proper execution must be included in the config.txt file as mentioned above. Commands that build the entire project should also be included 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**, while the commands for its proper execution must be included in the config.txt file as mentioned above. Commands that build the entire project should also be included while **-g** debugging flags have to be used in the *gcc* compilation in all *makefiles*.
|
|
|
|
|
... | @@ -40,5 +40,9 @@ The application **must be able to be built and executed on a linux machine autom |
... | @@ -40,5 +40,9 @@ The application **must be able to be built and executed on a linux machine autom |
|
|
|
|
|
The same requirements as Hotspots analysis adding that the project has to be a single-threaded application.
|
|
The same requirements as Hotspots analysis adding that the project has to be a single-threaded application.
|
|
|
|
|
|
|
|
**History Analysis**
|
|
|
|
|
|
|
|
Previous commits of the project should have been already analysed using Static Energy Consumption Estimation tool in order for the service to retrieve them from the database. This is performed by placing {“commit”:commit-id} in the “Extra Info by Toolbox” text field for the Energy Toolbox. (The last commit of the repo should contain the config.txt file).
|
|
|
|
|
|
**Android**
|
|
**Android**
|
|
|
|
|