Skip to content
Snippets Groups Projects
Commit b28f9ef0 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

test suite: prettier printing of timing results

parent ad3d00f0
No related branches found
No related tags found
No related merge requests found
...@@ -97,5 +97,6 @@ if [ "$prg" == "MATLAB" ]; then ...@@ -97,5 +97,6 @@ if [ "$prg" == "MATLAB" ]; then
else else
timing=`sed 's/\.o\.trs/\.mod/g' <<< $timing` timing=`sed 's/\.o\.trs/\.mod/g' <<< $timing`
fi fi
echo $timing | tr ':' '\n' | sed -e 's/^[ \t]*//' | sed '/^$/d' >> $outfile echo $timing | tr ':' '\n' | sed -e 's/^[ \t]*//' | \
sed '/^$/d' | sed -e 's/^|[ ]/| * /' >> $outfile
echo >> $outfile echo >> $outfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment