Releases: memtt/numaprof
Releases · memtt/numaprof
Version 1.1.5 (Jun 28, 2023)
Version 1.1.4 (Dec 02, 2022)
- 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)
- 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)
- Fix issue with ALSR & fPIE on new linux distribution like debian/ubuntu
Version 1.1.1 (Nov 14, 2020)
- Fix python 2->3 issue forgoten before release
Version 1.1.0 (Nov 01, 2020)
- 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)
- 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