GC stats and leak detection

debug
Simon 3 years ago
parent 274c438c26
commit e4f84c4766

@ -82,6 +82,11 @@ from binascii import b2a_hex as ahex
from AMI import AMI from AMI import AMI
#debugging and profiling
import gc
gc.set_debug(gc.DEBUG_STATS)
gc.set_debug(gc.DEBUG_LEAK)
##from hmac import new as hmac_new, compare_digest ##from hmac import new as hmac_new, compare_digest
##from hashlib import sha256, hash ##from hashlib import sha256, hash

Loading…
Cancel
Save

Powered by TurnKey Linux.