hamsterdb Embedded Database 1.1.14
|
Defines | |
#define | HAM_OPERATION_STATS_FIND 0 |
#define | HAM_OPERATION_STATS_INSERT 1 |
#define | HAM_OPERATION_STATS_ERASE 2 |
#define | HAM_OPERATION_STATS_MAX 3 |
Indices into find/insert/erase specific statistics
#define HAM_OPERATION_STATS_ERASE 2 |
Definition at line 298 of file hamsterdb_stats.h.
#define HAM_OPERATION_STATS_FIND 0 |
Definition at line 296 of file hamsterdb_stats.h.
#define HAM_OPERATION_STATS_INSERT 1 |
Definition at line 297 of file hamsterdb_stats.h.
#define HAM_OPERATION_STATS_MAX 3 |
The number of operations defined for the statistics gathering process
Definition at line 301 of file hamsterdb_stats.h.