Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 500 Bytes

nvm_buffer_prober

buffer prober tests on Optane DIMM

load buffer probe

g++ nvm_buffer_load.cpp -o nvm_buffer_load -march=native -std=c++11
./nvm_buffer_load

load

Note that there are two leaps at about 2^7 KB and 2^13 KB(8MB) which means there are two kinds of buffers at these sizes.

store buffer probe

g++ nvm_buffer_store.cpp -o nvm_buffer_store -march=native -std=c++11
./nvm_buffer_store

store

The store results are confusing.