v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-28 03:50:08 -07:00

mem profiler (2)

This commit is contained in:
Alexandr Nesterenko 2017-09-17 20:06:44 +00:00
parent 05572b5ea4
commit 82517931a8

View File

@ -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())