Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```