aboutsummaryrefslogtreecommitdiff
path: root/Profile.py
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2011-01-21 00:57:14 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2011-01-21 00:57:14 -0500
commita223608dda0751551c6e8688c0c0e1c9a1d4e69c (patch)
treecd0620097745b7053abec7346f6bd7e65d99dafe /Profile.py
parentf45b5e262c394cf00ef88f7fca1eab1b4de0fec9 (diff)
Added a new config file to run the upstairs lights. Modified PixelMapper to
track cache hits. Added 60-strip layouts and renderer configs.
Diffstat (limited to 'Profile.py')
-rw-r--r--Profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Profile.py b/Profile.py
index 45ccc35..2f180c9 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/Outdoor.xml'])"""
+command = """main(['', 'config/6thFloor.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")