Searched refs:totals (Results 1 - 1 of 1) sorted by relevance
/pkg/src/util/log-scripts/ | ||
H A D | log.py | 39 totals = {} variable 40 totals["dl"] = 0 50 totals["dl"] += int(m.group(6)) 129 print("total units: {0:d}".format(totals["dl"] // size)) |
Completed in 21 milliseconds