[or-cvs] r20472: {torflow} Kill refcount computation in bwauthorities. It is a CPU hog. (torflow/branches/stable/NetworkScanners/BwAuthority)
mikeperry at seul.org
mikeperry at seul.org
Thu Sep 3 19:46:55 UTC 2009
Author: mikeperry
Date: 2009-09-03 15:46:55 -0400 (Thu, 03 Sep 2009)
New Revision: 20472
Modified:
torflow/branches/stable/NetworkScanners/BwAuthority/bwauthority.py
Log:
Kill refcount computation in bwauthorities. It is a CPU hog.
Modified: torflow/branches/stable/NetworkScanners/BwAuthority/bwauthority.py
===================================================================
--- torflow/branches/stable/NetworkScanners/BwAuthority/bwauthority.py 2009-09-03 17:11:08 UTC (rev 20471)
+++ torflow/branches/stable/NetworkScanners/BwAuthority/bwauthority.py 2009-09-03 19:46:55 UTC (rev 20472)
@@ -451,7 +451,7 @@
min_streams, sql_file)
# XXX: Temporary for debugging memory leak..
- TorUtil.dump_class_ref_counts(referrer_depth=1)
+ #TorUtil.dump_class_ref_counts(referrer_depth=1)
# TODO: Change pathlen to 3 and kill exit+ConserveExit restrictions
# And record circ failure rates..
More information about the tor-commits
mailing list