Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.
This commit is contained in:
6
test/harness/runprofiler.py
Normal file
6
test/harness/runprofiler.py
Normal file
@ -0,0 +1,6 @@
|
||||
try:
|
||||
import cProfile as myprofiler
|
||||
except:
|
||||
import profile as myprofiler
|
||||
import orca.orca
|
||||
myprofiler.run('orca.orca.main()', 'orcaprof')
|
Reference in New Issue
Block a user