Dinero IV is a cache simulator for memory reference traces. It includes the following major changes over Dinero III: subroutine-callable interface in addition to trace-reading program; simulation of multi-level caches; simulation of dissimilar I and D caches; better performance, especially for highly associative caches; classification of compulsory, capacity, and conflict misses; support for multiple input formats; cleaned up and modernized code, improved portability.
Dinero IV is a cache simulator for memory reference traces. It includes the following major changes over Dinero III: subroutine-callable interface in addition to trace-reading program; simulation of multi-level caches; simulation of dissimilar I and D caches; better performance, especially for highly associative caches; classification of compulsory, capacity, and conflict misses; support for multiple input formats; cleaned up and modernized code, improved portability.
To install dineroIV, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dineroIV
To see what files were installed by dineroIV, run:
port contents dineroIV
To later upgrade dineroIV, run:
sudo port selfupdate && sudo port upgrade dineroIV
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.