perf: add reset routine

This commit is contained in:
William Ballenthin
2021-11-08 11:50:49 -07:00
parent 35fa50dbee
commit a995b53c38

View File

@@ -1,3 +1,8 @@
import collections
counters = collections.Counter()
def reset():
global counters
counters = collections.Counter()