Skip to content

Releases: Gummientchen/presentmon-graph-generator

v0.6

21 May 22:05
82dd73f
Compare
Choose a tag to compare

New Features in v0.6

  • more stats: frames, smoothness, max fps, min fps, gpu max power, gpu min power, gpu average power
  • titles are now left aligned
  • unified bin width for histograms

What's Changed

Full Changelog: v0.5...v0.6

v0.5

20 May 21:41
b5be947
Compare
Choose a tag to compare

New Features

  • it is now possible to export the graphs as a pdf and svg too
  • sadly the preview window had to be removed, as this matplotlib backend doesn't support this

What's Changed

Full Changelog: v0.4...v0.5

v0.4

20 May 20:23
Compare
Choose a tag to compare

New Features

  • now by default creates graphs in dark mode
  • new option "-d" to choose a theme (currently only "dark" and "light" are available)
  • new option "-s" to show a preview windows for the graph

Check README.md for more information on how to use those new options.

Full Changelog: v0.3...v0.4

v0.3

20 May 16:06
Compare
Choose a tag to compare

Added new functionality

The histograms now use logarythmic scaling. This helps in the case when only very few frames take way longer. Also added basic FPS statistics.

Full Changelog: v0.2...v0.3

v0.2

20 May 15:16
Compare
Choose a tag to compare

v0.2 - new feature

It is now possible to specify a custom title for the graph with the -t option

v0.1

20 May 14:58
874b137
Compare
Choose a tag to compare

First release - v0.1

Basic functionality implemented. See README.md for instructions