A lot of changes to switch to the new name, might be horribly broken.
This commit is contained in:
@ -98,7 +98,7 @@ then
|
||||
mkdir -p $coverageDir
|
||||
cp $harnessDir/user-settings.conf.in user-settings.conf
|
||||
#echo $harnessDir/user-settings.conf.in
|
||||
trace2html.py -o $coverageDir -w orca -r $harnessDir/runorca.py &
|
||||
trace2html.py -o $coverageDir -w cthulhu -r $harnessDir/runcthulhu.py &
|
||||
trace_pid=$!
|
||||
sleep 10
|
||||
fi
|
||||
@ -193,7 +193,7 @@ do
|
||||
|
||||
if [ "$runOrcaOnce" -eq 0 ]
|
||||
then
|
||||
# Copy the results (.orca) file to the output directory.
|
||||
# Copy the results (.cthulhu) file to the output directory.
|
||||
# This is the file that will be used for regression
|
||||
# testing.
|
||||
newResultsFile=`basename $testFile .py`
|
||||
@ -240,8 +240,8 @@ then
|
||||
rm -f user-settings.conf
|
||||
mkdir -p ../profile
|
||||
profileFilePrefix=../profile/`date +%Y-%m-%d_%H:%M:%S`
|
||||
python -c "import pstats; pstats.Stats('orcaprof').sort_stats('cumulative').print_stats()" > $profileFilePrefix.txt
|
||||
mv orcaprof $profileFilePrefix.orcaprof
|
||||
python -c "import pstats; pstats.Stats('cthulhuprof').sort_stats('cumulative').print_stats()" > $profileFilePrefix.txt
|
||||
mv cthulhuprof $profileFilePrefix.cthulhuprof
|
||||
echo ...finished generating profile information.
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user