joular / joularjx

JoularJX is a Java-based agent for software power monitoring at the source code level.
https://www.noureddine.org/research/joular/joularjx
GNU General Public License v3.0
71 stars 17 forks source link

Add/calculate power consumption by methods call tree #6

Closed adelnoureddine closed 1 year ago

adelnoureddine commented 1 year ago

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.

adelnoureddine commented 1 year ago

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