mirror of
https://github.com/taroved/pol
synced 2025-05-28 03:50:08 -07:00
mem profiler (2)
This commit is contained in:
parent
05572b5ea4
commit
82517931a8
@ -196,7 +196,12 @@ pgc.prev_size = None
|
||||
|
||||
pgc.hist_ids = []
|
||||
pgc.ids = []
|
||||
pgc.id_types = ["<type 'tuple'>"]
|
||||
pgc.id_types = [
|
||||
#"<type 'function'>",
|
||||
#"<type 'cell'>",
|
||||
"<class 'twisted.logger._logger.Logger'>",
|
||||
#"<type 'tuple'>"
|
||||
]
|
||||
|
||||
pgc.time = int(time.time())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user