We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4606dc9 commit 9e1f71bCopy full SHA for 9e1f71b
1 file changed
plugins/profiling.py
@@ -7,7 +7,9 @@
7
8
import cloudbot
9
10
-if True:
+PYMPLER_ENABLED = False
11
+
12
+if PYMPLER_ENABLED:
13
try:
14
import pympler
15
import pympler.muppy
0 commit comments