romansavrulin / MemoryLatencyTest

A cross-platform (Windows and Linux) CPU memory latency benchmark.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Latency Test

Originally developed by clamchowder and maintained here by other Chips & Cheese staff.

Download

Get the latest (semi) stable release from the GitHub releases page here. Windows and Linux binaries are both available. Bleeding edge binaries can be found in the artifacts of the Build with Meson workflow here.

Support

Platform Required Instruction Sets
Linux x86_64 x86_64, MMX, SSE, SSE2
Windows x86_64 x86_64, MMX, SSE, SSE2
Windows i386 x86, MMX

Compile

Run the following:

$ mkdir build && cd build
$ meson ..
$ meson compile

The compiled binary will be in build/src.

About

A cross-platform (Windows and Linux) CPU memory latency benchmark.

License:Apache License 2.0


Languages

Language:C 69.3%Language:Assembly 22.6%Language:Meson 8.1%