Home
last modified time | relevance | path

Searched defs:CfUnit (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.h156 struct CfUnit { struct
157 uint32_t cf_id;
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
162 std::map<uint32_t, uint32_t> cf_qps;