Make sure all files that should be present are present.
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 cthulhu.cthulhu
|
||||
myprofiler.run('cthulhu.cthulhu.main()', 'cthulhuprof')
|
Reference in New Issue
Block a user