sfu-dis / pibench

Benchmarking framework for index structures on persistent memory
MIT License
87 stars 20 forks source link

LevelDB internal statistic print function added #26

Closed JonghyeokPark closed 4 years ago

JonghyeokPark commented 4 years ago

LevelDB collects useful metrics, and we can exploit these functions at the wrapper level. We can also consider how to pass parameters to the wrapper level. For example, 1) enable/disable to print index-specific internal metrics, 2) optional printing metrics.

llersch commented 4 years ago

Great! Thanks a lot! I'm accepting the PR.

As a future note, we plan on adding some automatic check for code style, so watch out for things like consistent indentation.