Searched refs:label_value_map (Results 1 – 1 of 1) sorted by relevance
732 std::map<std::string, std::string> label_value_map; in BuildLabel() local733 label_value_map[kGroupbyAll] = kGroupbyAll; in BuildLabel()734 label_value_map[kGroupbyLevel] = std::to_string(level); in BuildLabel()735 label_value_map[kGroupbyCaller] = caller_to_string(caller); in BuildLabel()736 label_value_map[kGroupbySSTFile] = std::to_string(fd); in BuildLabel()737 label_value_map[kGroupbyBlockType] = block_type_to_string(type); in BuildLabel()738 label_value_map[kGroupbyColumnFamily] = cf_name; in BuildLabel()739 label_value_map[kGroupbyBlock] = std::to_string(block_key); in BuildLabel()740 label_value_map[kGroupbyTable] = std::to_string(block.table_id); in BuildLabel()744 label += label_value_map[l]; in BuildLabel()