Home
last modified time | relevance | path

Searched refs:total_a_keys (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc1780 uint64_t total_a_keys = static_cast<uint64_t>(stat.a_key_stats.size()); in PrintStatistics() local
1800 cfs_[stat.cf_id].a_count += total_a_keys; in PrintStatistics()
1801 ta_[type].total_keys += total_a_keys; in PrintStatistics()
1808 printf("Total unique keys in this cf: %" PRIu64 "\n", total_a_keys); in PrintStatistics()