Lines Matching refs:uint64_t

39   uint64_t ts;
47 uint64_t count;
48 uint64_t total_ts;
52 uint64_t key_id;
53 uint64_t access_count;
54 uint64_t latest_ts;
55 uint64_t succ_count; // current only used to count Get if key found
83 uint64_t a_count;
84 uint64_t a_succ_count;
85 uint64_t a_key_id;
86 uint64_t a_key_size_sqsum;
87 uint64_t a_key_size_sum;
88 uint64_t a_key_mid;
89 uint64_t a_value_size_sqsum;
90 uint64_t a_value_size_sum;
91 uint64_t a_value_mid;
95 std::map<uint64_t, uint64_t> a_count_stats;
96 std::map<uint64_t, uint64_t> a_key_size_stats;
97 std::map<uint64_t, uint64_t> a_value_size_stats;
100 std::priority_queue<std::pair<uint64_t, std::string>,
101 std::vector<std::pair<uint64_t, std::string>>,
102 std::greater<std::pair<uint64_t, std::string>>>
104 std::priority_queue<std::pair<uint64_t, std::string>,
105 std::vector<std::pair<uint64_t, std::string>>,
106 std::greater<std::pair<uint64_t, std::string>>>
117 std::vector<std::pair<uint64_t, uint64_t>> correlation_output;
118 std::map<uint32_t, uint64_t> uni_key_num;
143 uint64_t total_keys;
144 uint64_t total_access;
145 uint64_t total_succ_access;
158 uint64_t w_count; // total keys in this cf if we use the whole key space
159 uint64_t a_count; // the total keys in this cf that are accessed
160 std::map<uint64_t, uint64_t> w_key_size_stats; // whole key space key size
185 const uint64_t& ts, const uint32_t& get_ret);
195 const uint64_t& ts, TraceType& trace_type);
204 uint64_t c_time_;
208 uint64_t total_requests_;
209 uint64_t total_access_keys_;
210 uint64_t total_gets_;
211 uint64_t total_writes_;
212 uint64_t trace_create_time_;
213 uint64_t begin_time_;
214 uint64_t end_time_;
215 uint64_t time_series_start_;
233 const uint64_t ts);
235 const uint64_t& ts, const std::string& key);
248 const uint64_t ts);