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