Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidenorimatsubayashi/memsys
Utility tools for memory tests
https://github.com/hidenorimatsubayashi/memsys
Last synced: about 1 month ago
JSON representation
Utility tools for memory tests
- Host: GitHub
- URL: https://github.com/hidenorimatsubayashi/memsys
- Owner: HidenoriMatsubayashi
- License: mit
- Created: 2024-09-04T12:20:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:33:59.000Z (4 months ago)
- Last Synced: 2024-09-05T17:07:43.379Z (4 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memsys
Utility tools for memory system tests|Program|Content|
|--|--|
|random_access_latency|Measure memory access latency|## How to build
```shell
mkdir build && cd build
cmake ..
cmake --build .
```