Lines Matching refs:first
247 correlation_map[it.first][it.second] = sequence; in SparseCorrelationInput()
550 if (stat.second.a_key_size_stats.find(record.first.size()) == in MakeStatistics()
552 stat.second.a_key_size_stats[record.first.size()] = 1; in MakeStatistics()
554 stat.second.a_key_size_stats[record.first.size()]++; in MakeStatistics()
579 record.first, record.second); in MakeStatistics()
598 stat.second.a_key_mid = record.first; in MakeStatistics()
603 record.first, record.second); in MakeStatistics()
621 v_end = (record.first + 1) * FLAGS_value_interval; in MakeStatistics()
697 if (record.first.compare(0, FLAGS_output_prefix_cut, prefix) != 0) { in MakeStatisticKeyStatsOrPrefix()
732 if (prefix_access > stats.top_k_prefix_access.top().first) { in MakeStatisticKeyStatsOrPrefix()
744 if (prefix_ave_access > stats.top_k_prefix_ave.top().first) { in MakeStatisticKeyStatsOrPrefix()
751 prefix = record.first.substr(0, FLAGS_output_prefix_cut); in MakeStatisticKeyStatsOrPrefix()
779 stats.correlation_output[i].first += unit.v_correlation[i].count; in MakeStatisticCorrelation()
808 if (time_it.first >= duration) { in MakeStatisticQPS()
811 type_qps[time_it.first][kTaTypeNum] += time_it.second; in MakeStatisticQPS()
812 type_qps[time_it.first][type] += time_it.second; in MakeStatisticQPS()
818 while (time_line < time_it.first) { in MakeStatisticQPS()
841 if (time_line == time_it.first) { in MakeStatisticQPS()
851 std::make_pair(time_it.second, time_it.first)); in MakeStatisticQPS()
854 stat.second.top_k_qps_sec.top().first < time_it.second) { in MakeStatisticQPS()
857 std::make_pair(time_it.second, time_it.first)); in MakeStatisticQPS()
900 stat.second.top_k_qps_sec.top().first); in MakeStatisticQPS()
916 ROCKSDB_NAMESPACE::LDBCommand::StringToHex(qps_prefix.first); in MakeStatisticQPS()
1007 uint32_t cf_id = cf_it.first; in ReProcessing()
1149 std::make_pair(record.second.access_count, record.first)); in ReProcessing()
1151 if (record.second.access_count > stat.top_k_queue.top().first) { in ReProcessing()
1154 std::make_pair(record.second.access_count, record.first)); in ReProcessing()
1827 printf("Access_count: %" PRIu64 " %s\n", stat.top_k_queue.top().first, in PrintStatistics()
1840 stat.top_k_prefix_access.top().first); in PrintStatistics()
1849 stat.top_k_prefix_ave.top().first); in PrintStatistics()
1864 taIndexToOpt[analyzer_opts_.correlation_list[correlation].first] in PrintStatistics()
1867 if (stat.correlation_output[correlation].first > 0) { in PrintStatistics()
1871 (stat.correlation_output[correlation].first * 1000); in PrintStatistics()
1874 stat.correlation_output[correlation].first, correlation_ave); in PrintStatistics()
1890 printf("The column family id: %u\n", cf.first); in PrintStatistics()