AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to version 0.02.18 * Makefile: bump version * Rename snapcraft directory to snap, add .travis.yml file to dist rule * Compute Geometric Mean without overflow with large sets of data * Add travis yaml file
- Update to version 0.02.17 * Makefile: bump version * voidify returns from log_printf call * Make indices arrays const * Make cpu_freq_scale const * Add hint on how to run if not in "discharge" mode * Add adjustable C-state column width for C-state name column * snapcraft: make confinement strict * snapcraft: add plugs
- update to version 0.02.16 * Makefile: bump version * debian/copyright: use secure https url * debian/control: remove empty last line * update debian/compat to 11 * Fix range of CPU frequencies histogram. Scale by 1000 and not 1e9
- update to version 0.02.15 * Makefile: bump version * Fix spelling mistake in comment * Update copyright year * Add GNU format attribute to log_printf
- update to version 0.02.14 * Makefile: bump version * Add geometic mean to statistics
- update to version 0.02.13 * Makefile: bump version * Increase temp buf from 16 to 32 bytes, cleans up gcc warning * Add more scanf sanity checking * debian/control: update Standards-version to 4.1.1 * voidify function returns * use sizeof an object rather than the objects type * Don't use sentinel for end of signals[], use array size instead * include <sys/uio.h> for writev * powerstat: break wide macro over 2 lines
- update to version 0.02.12 * Makefile: bump version * Makefile: add snapcraft files to dist rule * Fix incorrect GPU stats when sample rate is not 1 second (LP: #1699134) * snapcraft: add default type and grade keys * snapcraft: Makefile: remove icon hack * reduce the scope of the variable 'buf' * snapcraft.yaml: remove bogos unnecessary libs * Add snapcraft files * update copyright year
- update to version 0.02.11 * Makefile: bump version * Makefile: add mascot to dist rule * Remove two blank lines * Allow float compares a little slop * Makefile: add PEDANTIC flags * Add powerstat mascot
- update to version 0.02.10 * Makefile: bump version * debian/control: update Standards-Version to 3.9.8 - update to version 0.02.09 * Makefile: bump version * Do not overflow power domain and thermal zone buffers (LP: #1551297) * Tag RAPL stats as valid so stats show up in avg, std.dev. (LP: #1551287) - update to version 0.02.08 * Makefile: bump version * Move N/A message for GPU power right one char * Add some more per function comments * constify a few more func args * Make all non-main functions static * Minor fix up on GPU Watts field * Add GPU average stats * Clean up column formatting * add -g GPU stats * Update and correct copyright years
- update to version 0.02.07 * Makefile: bump version * Manual: re-work some parts of the manual * Manual: add missong comma in SEE ALSO list * Move structure links to head of structures * Use a more efficient hashing function
- initial package