Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • Energy Toolbox Description

Energy Toolbox Description · Changes

Page history
Updated Energy-Toolbox-Description.md (markdown) authored May 18, 2020 by Haris Marantos (ICCS)'s avatar Haris Marantos (ICCS)
Show whitespace changes
Inline Side-by-side
Energy-Toolbox-Description.md
View page @ d4a0a70c
...@@ -17,6 +17,9 @@ The overall structure of the Energy Toolbox is depicted in the figure below: ...@@ -17,6 +17,9 @@ The overall structure of the Energy Toolbox is depicted in the figure below:
The Energy toolbox comprises a front- and a back-end infrastructure. The front-end UI sends requests to the back-end by specific APIs. The back-end energy-analysis tools have been implemented as an individual Docker Image, which is deployed as an individual Docker Container and are invoked through the APIs (using Python Flask), perform the analysis on projects from Github and store all the results in a MongoDB database (independent Docker container) via specific APIs. The Energy toolbox comprises a front- and a back-end infrastructure. The front-end UI sends requests to the back-end by specific APIs. The back-end energy-analysis tools have been implemented as an individual Docker Image, which is deployed as an individual Docker Container and are invoked through the APIs (using Python Flask), perform the analysis on projects from Github and store all the results in a MongoDB database (independent Docker container) via specific APIs.
The Manage Energy Consumption module is responsible for energy consumption analysis, estimation and optimization of embedded-systems software applications. More specifically, this component consists of two basic parts. The first one (Consumption Analysis) is responsible for profiling the applications, measuring the energy indicators and finding the most energy consuming parts of the code (hot-spots), where the user (developer) should focus, while the latter (Estimation & Optimization) aims at suggesting the proper source-code transformations that will potentially reduce the energy consumption of the operations executed in this block.
The Consumption Analysis sub-component first checks the database for previous analysis results on the same project. If none exists, then it proceeds with the Code Profiling task. All this information is passed to the next step, which is responsible for suggesting a proper optimization.
# External References # External References
For more information about the Energy Toolbox we highly recommend the reader to have a look at the following resources: For more information about the Energy Toolbox we highly recommend the reader to have a look at the following resources:
......
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages