mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-07 07:18:56 +08:00
mdbx: сбор затрат на pnl_merge() при включении MDBX_ENABLE_PROFGC.
This commit is contained in:
@@ -50,6 +50,12 @@ typedef struct gc_prof_stat {
|
||||
uint32_t spe_counter;
|
||||
/* page faults (hard page faults) */
|
||||
uint32_t majflt;
|
||||
/* Для разборок с pnl_merge() */
|
||||
struct {
|
||||
uint64_t time;
|
||||
uint64_t volume;
|
||||
uint32_t calls;
|
||||
} pnl_merge;
|
||||
} gc_prof_stat_t;
|
||||
|
||||
/* Statistics of pages operations for all transactions,
|
||||
|
||||
Reference in New Issue
Block a user