mdbx: add latency gathering for commit stages.

Change-Id: If68ceb6e69e5e565ce9de0fd9a80424b6da280c5
This commit is contained in:
Leonid Yuriev
2020-10-15 19:23:14 +03:00
parent 7cf92b66cf
commit f73a8a8680
3 changed files with 81 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ TODO:
Added features:
- Provided package for [buildroot](https://buildroot.org/).
- Added `mdbx_env_delete()` for deletion an environment files in a proper and multiprocess-safe way.
- Added `mdbx_txn_commit_ex()` with collecting latency information.
Fixes: