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