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