Skip to content

Releases: joular/powerjoular

0.6.2

13 Sep 19:59
e2b8a8e
Compare
Choose a tag to compare

Main New Features and Changes

  • Enable support for AMD EPYC processors. Thanks to @LeBane63

v0.6.1

18 Jun 15:04
18acfa6
Compare
Choose a tag to compare

Main New Features and Changes

  • Hotfix release to fix Monitored_Time not being initiatlized: issue #21 and PR #22

v0.6

10 Mar 09:40
c596c30
Compare
Choose a tag to compare

Main New Features and Changes

  • PowerJoular can now monitor applications by their names with the -a parameter: issue #10 and PR #17
  • Removed power models files and online file update, and thus removing dependency on GNATColl: issue #12 and PR #13
  • Update readme with instructions to compile with only the GNAT compiler

v0.5

07 Feb 21:25
97b40d6
Compare
Choose a tag to compare

Main New Features and Changes

  • Add support for Asus Tinker Board (S): commit e8db0d8
  • Print CPU and GPU power consumption in addition to total power on the terminal: commit 0c9ad70
  • Code improvement thanks to the feedback of the Rejuvenation-Ada tool: commits cfc4940, 7fcd366, 9c8db35, and 3d3a872
  • Various fixes and improvements