joular / joularjx

JoularJX is a Java-based agent for software power monitoring at the source code level.

Home Page:https://www.noureddine.org/research/joular/joularjx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add/calculate power consumption by methods call tree

adelnoureddine opened this issue · comments

Calculate power consumption for methods hierarchy (for each call tree), and export them in a tree-like format.

The goal is to identify power consumption for individual call trees and thus provide developers with insights about power consumption of code branches.

@JeremyNison implemented the infrastructure of this feature, along with calculations and exports to CSV in PR #17.