Skip to content

Releases: memtt/numaprof

Version 1.1.5 (Jun 28, 2023)

28 Jun 23:59
Compare
Choose a tag to compare
  • Support for naming profile files with MPI ranks intead of PID (#36).
  • Fix support of relative paths in webview (#46)
  • Fix webview issue not displayer to popover of the annotations (not showing the table) (#48)

Version 1.1.4 (Dec 02, 2022)

02 Dec 16:16
Compare
Choose a tag to compare
  • Fix detection of bower_components/ and deps/ directory in realease version (which already contains them) (#41).
  • Upgrade embeded gtest version (1.12.1) to avoid warnings on recent distributions
  • Fix unit test on recent ubuntu (22.04) due to move_pages changes.

Version 1.1.3 (Sep 12, 2022)

12 Sep 20:13
Compare
Choose a tag to compare
  • Support of recent version of pintool (> 3.16), tested is 3.24 on ubuntu 22.04.
  • Support of gtest and gmock installed by system when possible to run unit tests.
  • Fix missing include to build on Fedora Gcc 12.

Version 1.1.2 (Nov 14, 2020)

14 Nov 18:39
Compare
Choose a tag to compare
  • Fix issue with ALSR & fPIE on new linux distribution like debian/ubuntu

Version 1.1.1 (Nov 14, 2020)

14 Nov 17:35
Compare
Choose a tag to compare
  • Fix python 2->3 issue forgoten before release

Version 1.1.0 (Nov 01, 2020)

01 Nov 21:57
Compare
Choose a tag to compare
  • Now handle local/remote MCDRAM access instead of just MCDRAM.
  • Add instruction cache to go faster
  • Add a TLB cache to avoid walking in page table for every access.
  • Optionnaly handle access per batch, this provide a speed up of a factor 2 but loose in precision.
  • Add cache simulation with a simple L1 per thread model with LRU replacement policy. Disabled by default.
  • Total rewrite of the ./configure infrastructure to be more reusable in other projects.
  • Move GUI server to python3.
  • Support version 3.16 of pintool.

Version 1.0.0 (Feb 07, 2018)

07 Feb 21:33
Compare
Choose a tag to compare
  • First public release
  • Basic implementation of the base library to handle the mecanics of data taking.
  • Made pintool implementation
  • Provide basic pintool wrapper to ease usage
  • Basic support of callgrind format*
  • Add cutoff to not export values lower than a given value.
  • Add qt5 browser view