Lines Matching refs:uint64_t
24 uint64_t bloom_filter_useful = 0;
26 uint64_t bloom_filter_full_positive = 0;
29 uint64_t bloom_filter_full_true_positive = 0;
33 uint64_t user_key_return_count;
36 uint64_t get_from_table_nanos;
38 uint64_t block_cache_hit_count = 0; // total number of block cache hits
39 uint64_t block_cache_miss_count = 0; // total number of block cache misses
66 uint64_t user_key_comparison_count; // total number of user key comparisons
67 uint64_t block_cache_hit_count; // total number of block cache hits
68 uint64_t block_read_count; // total number of block reads (with IO)
69 uint64_t block_read_byte; // total number of bytes from block reads
70 uint64_t block_read_time; // total nanos spent on block reads
71 uint64_t block_cache_index_hit_count; // total number of index block hits
72 uint64_t index_block_read_count; // total number of index block reads
73 uint64_t block_cache_filter_hit_count; // total number of filter block hits
74 uint64_t filter_block_read_count; // total number of filter block reads
75 uint64_t compression_dict_block_read_count; // total number of compression
77 uint64_t block_checksum_time; // total nanos spent on block checksum
78 uint64_t block_decompress_time; // total nanos spent on block decompression
80 uint64_t get_read_bytes; // bytes for vals returned by Get
81 uint64_t multiget_read_bytes; // bytes for vals returned by MultiGet
82 uint64_t iter_read_bytes; // bytes for keys/vals decoded by iterator
101 uint64_t internal_key_skipped_count;
109 uint64_t internal_delete_skipped_count;
113 uint64_t internal_recent_skipped_count;
116 uint64_t internal_merge_count;
118 uint64_t get_snapshot_time; // total nanos spent on getting snapshot
119 uint64_t get_from_memtable_time; // total nanos spent on querying memtables
120 uint64_t get_from_memtable_count; // number of mem tables queried
122 uint64_t get_post_process_time;
123 uint64_t get_from_output_files_time; // total nanos reading from output files
125 uint64_t seek_on_memtable_time;
128 uint64_t seek_on_memtable_count;
130 uint64_t next_on_memtable_count;
132 uint64_t prev_on_memtable_count;
134 uint64_t seek_child_seek_time;
136 uint64_t seek_child_seek_count;
137 uint64_t seek_min_heap_time; // total nanos spent on the merge min heap
138 uint64_t seek_max_heap_time; // total nanos spent on the merge max heap
140 uint64_t seek_internal_seek_time;
142 uint64_t find_next_user_entry_time;
149 uint64_t write_wal_time;
151 uint64_t write_memtable_time;
153 uint64_t write_delay_time;
156 uint64_t write_scheduling_flushes_compactions_time;
158 uint64_t write_pre_and_post_process_time;
161 uint64_t write_thread_wait_nanos;
164 uint64_t db_mutex_lock_nanos;
166 uint64_t db_condition_wait_nanos;
168 uint64_t merge_operator_time_nanos;
171 uint64_t read_index_block_nanos;
173 uint64_t read_filter_block_nanos;
175 uint64_t new_table_block_iter_nanos;
177 uint64_t new_table_iterator_nanos;
179 uint64_t block_seek_nanos;
181 uint64_t find_table_nanos;
183 uint64_t bloom_memtable_hit_count;
185 uint64_t bloom_memtable_miss_count;
187 uint64_t bloom_sst_hit_count;
189 uint64_t bloom_sst_miss_count;
192 uint64_t key_lock_wait_time;
194 uint64_t key_lock_wait_count;
198 uint64_t env_new_sequential_file_nanos;
199 uint64_t env_new_random_access_file_nanos;
200 uint64_t env_new_writable_file_nanos;
201 uint64_t env_reuse_writable_file_nanos;
202 uint64_t env_new_random_rw_file_nanos;
203 uint64_t env_new_directory_nanos;
204 uint64_t env_file_exists_nanos;
205 uint64_t env_get_children_nanos;
206 uint64_t env_get_children_file_attributes_nanos;
207 uint64_t env_delete_file_nanos;
208 uint64_t env_create_dir_nanos;
209 uint64_t env_create_dir_if_missing_nanos;
210 uint64_t env_delete_dir_nanos;
211 uint64_t env_get_file_size_nanos;
212 uint64_t env_get_file_modification_time_nanos;
213 uint64_t env_rename_file_nanos;
214 uint64_t env_link_file_nanos;
215 uint64_t env_lock_file_nanos;
216 uint64_t env_unlock_file_nanos;
217 uint64_t env_new_logger_nanos;
219 uint64_t get_cpu_nanos;
220 uint64_t iter_next_cpu_nanos;
221 uint64_t iter_prev_cpu_nanos;
222 uint64_t iter_seek_cpu_nanos;