Searched refs:stats_percentage (Results 1 – 1 of 1) sorted by relevance
17 stats_percentage = {} variable472 stats_percentage[l] = percentage_list486 for l in sorted(stats_percentage.keys()):488 for i in range(1, len(stats_percentage[l])):489 print(" %3.4f" % stats_percentage[l][i], end=' ', file=reportfile)497 print("system-idle=%3.4f" % (stats_percentage['cpu'][4]), file=keyvalfile)691 for l in sorted(stats_percentage.keys()):692 if cpu == stats_percentage[l][0]:693 return stats_percentage[l][1]706 for l in sorted(stats_percentage.keys()):[all …]