aboutsummaryrefslogtreecommitdiff
path: root/Profile.py
blob: 2f180c999b2f4f43d34df9a4643a8bd5af104a47 (plain)
1
2
3
4
import cProfile
from LightInstallation import main
command = """main(['', 'config/6thFloor.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")