Change-Id: I358880f0921f7bbdbcc568939d9e9c3601cf437a
tc_endtime=$(date +%s%N)
spend_time=`echo "$tc_endtime $tc_starttime" | awk '{printf "%.5f\n", (($1-$2)/1000000)/1000}'`
- echo "TC : "$tc_bin" : "$spend_time >> $before_path"/$TIMING_RESULT"
+ echo "TC : "$line_libs" : "$path_line_to_tslist" : "$tc_bin" : "$spend_time >> $before_path"/$TIMING_RESULT"
tc_starttime=$(date +%s%N)
tlist_spend_time=`echo "$tlist_spend_time $spend_time" | awk '{printf "%.5f\n", $1 + $2}'`
done