Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc257 a_count = 0; in TraceStats()
1222 ta_[type].stats[cf_id].a_count = 1; in KeyStatsInsertion()
1250 found_stats->second.a_count++; in KeyStatsInsertion()
1310 cf_unit.a_count = 0; in KeyStatsInsertion()
1776 if (stat_it.second.a_count == 0) { in PrintStatistics()
1785 if (stat.a_count > 0) { in PrintStatistics()
1791 stat.a_count - in PrintStatistics()
1800 cfs_[stat.cf_id].a_count += total_a_keys; in PrintStatistics()
1802 ta_[type].total_access += stat.a_count; in PrintStatistics()
1807 ta_[type].type_name.c_str(), stat.a_count); in PrintStatistics()
[all …]
Dtrace_analyzer_tool.h83 uint64_t a_count; member
159 uint64_t a_count; // the total keys in this cf that are accessed member