Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc540 if (stat.second.a_count_stats.find(record.second.access_count) == in MakeStatistics()
541 stat.second.a_count_stats.end()) { in MakeStatistics()
542 stat.second.a_count_stats[record.second.access_count] = 1; in MakeStatistics()
544 stat.second.a_count_stats[record.second.access_count]++; in MakeStatistics()
576 for (auto& record : stat.second.a_count_stats) { in MakeStatistics()
Dtrace_analyzer_tool.h95 std::map<uint64_t, uint64_t> a_count_stats; member