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