Skip to content

skyelves/nvm_buffer_prober

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

buffer prober tests on Optane DIMM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages