Skip to content

Releases: CompArchCam/optiwise

OptiWISE v1.0.0 release.

27 Feb 08:15
Compare
Choose a tag to compare

This version is stable for public release. The major enhancement over previous versions is the new structure.yaml output of optiwise analyze, as well as the optiwise gui command.

structure.yaml is a file detailing the profiled program's runtime structure, in particular the loops and function calls that exist and their nesting. For example, it encodes which loops call what functions, and the relative IPCs and execution times of each.

optiwise gui generates a series of HTML and JavaScript files that give an interactive interface for viewing the results of optiwise analyze including source code listing, assembly code listing, control flow graphs and a program structure graph.

v0.9.1

27 Nov 10:36
Compare
Choose a tag to compare
  • Important bugfixes for optiwise count on AArch64.
  • Also includes minor build system improvements.

v0.9.0

24 Nov 12:10
Compare
Choose a tag to compare

Initial public release.