A lot of changes to switch to the new name, might be horribly broken.
This commit is contained in:
@ -2,5 +2,5 @@ try:
|
||||
import cProfile as myprofiler
|
||||
except:
|
||||
import profile as myprofiler
|
||||
import orca.orca
|
||||
myprofiler.run('orca.orca.main()', 'orcaprof')
|
||||
import cthulhu.cthulhu
|
||||
myprofiler.run('cthulhu.cthulhu.main()', 'cthulhuprof')
|
||||
|
Reference in New Issue
Block a user