Package SmootLight :: Module Profile
[hide private]
[frames] | no frames]

Source Code for Module SmootLight.Profile

1  import cProfile 
2  from LightInstallation import main 
3  command = """main(['', 'config/6thFloorOSC.xml'])""" 
4  cProfile.runctx(command, globals(), locals(), filename="smootlight.profile") 
5