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

Duplicate call tree fix #21

Closed JeremyNison closed 1 year ago

JeremyNison commented 1 year ago

Fixed the duplicate call trees bug by refactoring equals and hashCode methods of the CallTree class.