mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
perf: add reset routine
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import collections
|
||||
|
||||
counters = collections.Counter()
|
||||
|
||||
|
||||
def reset():
|
||||
global counters
|
||||
counters = collections.Counter()
|
||||
|
||||
Reference in New Issue
Block a user