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