Krzysztof Czurylo
Krzysztof Czurylo
It would be useful to provide (or auto-generate) gnuplot scripts for NVML benchmarks. This would help to quickly visualize benchmark results.
Key requirements: - cross-platform build system, supporting Linux and Windows - automated generation of Linux makefiles & VS projects/solutions - build configuration based on compiler version/features, installed libraries, etc. -...
_pmempool_ and _libpmempool_ must provide support for checking consistency and repair of _pmemobj_ pools.
Sometimes, to investigate the build/test failure it might be useful to have more info about the build/test environment. build log: - version of the compiler and other tools - version...
Create a document with NVML glossary ("pool", "pool set", etc...). Could be a section in the man pages, or a separate man page. Also, it looks like some terms are...
In some cases it could be more convenient to specify the maximum time of benchmark execution instead of fixed number of operations. Let's add an option for pmembench to specify...
Instead of a simple check if required API version matches the actual library API version, `xxx_check_version()` functions could provide more information about the library. I.e. it could be used to...