Lines Matching refs:output
46 output = " ".ljust(max_core_id_len + len('Core ')) variable
48 output += " Socket %s" % str(s).ljust(max_core_map_len - len('Socket '))
49 print(output)
51 output = " ".ljust(max_core_id_len + len('Core ')) variable
53 output += " --------".ljust(max_core_map_len)
54 output += " "
55 print(output)
58 output = "Core %s" % str(c).ljust(max_core_id_len) variable
61 output += " " + str(core_map[(s, c)]).ljust(max_core_map_len)
63 output += " " * (max_core_map_len + 1)
64 print(output)