hold various statistics data for a db file More...
Data Fields | |
odb_node_nr_t | node_nr |
odb_node_nr_t | used_node_nr |
count_type | total_count |
odb_index_t | hash_table_size |
odb_node_nr_t | max_list_length |
double | average_list_length |
hold various statistics data for a db file
Definition at line 18 of file db_stat.c.
average case
Definition at line 24 of file db_stat.c.
Referenced by odb_hash_display_stat(), and odb_hash_stat().
hash table entry number
Definition at line 22 of file db_stat.c.
Referenced by odb_hash_display_stat(), and odb_hash_stat().
worst case
Definition at line 23 of file db_stat.c.
Referenced by odb_hash_display_stat(), and odb_hash_stat().
allocated node number
Definition at line 19 of file db_stat.c.
Referenced by odb_hash_display_stat(), and odb_hash_stat().
cumulated samples count
Definition at line 21 of file db_stat.c.
Referenced by odb_hash_display_stat(), and odb_hash_stat().
in use node number
Definition at line 20 of file db_stat.c.
Referenced by odb_hash_display_stat(), and odb_hash_stat().