buffer prober tests on Optane DIMM
g++ nvm_buffer_load.cpp -o nvm_buffer_load -march=native -std=c++11
./nvm_buffer_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.
g++ nvm_buffer_store.cpp -o nvm_buffer_store -march=native -std=c++11
./nvm_buffer_store
The store results are confusing.