Modify TC time output format.
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 12 Jun 2018 08:38:53 +0000 (17:38 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Fri, 13 Jul 2018 10:51:56 +0000 (19:51 +0900)
Change-Id: I358880f0921f7bbdbcc568939d9e9c3601cf437a

TC/execute.sh

index d49f24d3f8db769bcb2046c113379133c5fd2be8..349d2b4f6f31c0f2d11945a1a51caa1fca6dd7b5 100755 (executable)
@@ -376,7 +376,7 @@ while read line_libs; do
 
                                        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