Lines Matching +full:10 +full:m
49 m = re.split('-|:', line, 2)50 begin = int(m[0], 16)51 end = int(m[1], 16)52 label = m[2].strip()78 print(f"{'Memory type':<40} {'count':>10} {'percentage':>10}")79 print(f"{'-' * 40:<40} {'-' * 10:>10} {'-' * 10:>10}")101 print(f"{mem_type:<40} {count:>10} {percent:>10.1f}")